luya\base\Module::getLayoutPath PHP Метод

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

the *@app* namespace views will be looked up for view files
См. также: yii\base\Module::getLayoutPath()
public getLayoutPath ( ) : string
Результат string
    public function getLayoutPath()
    {
        if ($this->useAppLayoutPath) {
            $this->setLayoutPath('@app/views/' . $this->id . '/layouts');
        }
        return parent::getLayoutPath();
    }