Bluz\Controller\Controller::getFile PHP 메소드

getFile() 보호된 메소드

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