Controller = $Controller; $this->on_init(); } public function get_logger() { return $this->Controller->get_logger(); } public abstract function on_init(); }