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

getClassDirectory() public method

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