Bluz\Controller\Controller::getFile PHP Method

getFile() protected method

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