Controller_PageManager::init PHP Метод

init() публичный Метод

}}}
public init ( )
    public function init()
    {
        parent::init();
        $this->app->pm = $this;
        // Firstly, the original URL is retrieved. This function should
        // take care of all possible rewrite engines and bring up a real
        // URL which matches the one in the browser. Also e will need to
        // determine a relative path for the requested page
    }