Prado\Web\Services\TPageService::run PHP Метод

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

This will create the requested page, initializes it with the property values specified in the configuration, and executes the page.
public run ( )
    public function run()
    {
        Prado::trace("Running page service", 'Prado\\Web\\Services\\TPageService');
        $this->_page = $this->createPage($this->getRequestedPagePath());
        $this->runPage($this->_page, $this->_properties);
    }