Ouzo\Tools\Utils\ClassPathResolver::getClassFileName PHP Method

getClassFileName() public method

public getClassFileName ( )
    public function getClassFileName()
    {
        return Path::join(ROOT_PATH, $this->resolvePathFromNameSpace(), $this->className . ".php");
    }