Phrozn\Provider\Base::getProjectPath PHP Method

getProjectPath() public method

Get project path.
public getProjectPath ( ) : string
return string
    public function getProjectPath()
    {
        return $this->projectPath;
    }