Controller\Websaccre::beforeroute PHP Method

beforeroute() public method

Loads the Main Interface Layout
public beforeroute ( )
    public function beforeroute()
    {
        $this->response = new \View\Backend();
        $this->response->data['LAYOUT'] = 'websaccre_layout.html';
    }