Ouzo\Tools\Utils\ClassPathResolver::getClassFileName PHP Méthode

getClassFileName() public méthode

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