Controller\Xssrc::beforeroute PHP Method

beforeroute() public method

public beforeroute ( )
    public function beforeroute()
    {
        $this->response = new \View\Backend();
        $this->response->data['LAYOUT'] = 'ctdb_layout.html';
    }