MenuHelper::getApp PHP Method

getApp() public method

public getApp ( ) : CApplication
return CApplication
    public function getApp()
    {
        if (!$this->app) {
            $this->app = Yii::app();
        }
        return $this->app;
    }