Controller_Compat42::useOldStyle PHP Метод

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

Forces Agile Toolkit to use 4.2-compatible stylesheets and templates
public useOldStyle ( )
    public function useOldStyle()
    {
        $this->app->pathfinder->base_location->defineContents(array('template' => 'atk4/compat/templates'));
        $this->useOldTemplateTags();
        return $this;
    }