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

getClassDirectory() public méthode

public getClassDirectory ( )
    public function getClassDirectory()
    {
        return Path::join(ROOT_PATH, $this->resolvePathFromNameSpace(), $this->className);
    }