Bluz\Controller\Controller::getFile PHP Méthode

getFile() protected méthode

Get controller file path
protected getFile ( ) : string
Résultat string
    protected function getFile()
    {
        if (!$this->file) {
            $this->setFile();
        }
        return $this->file;
    }