Prado\Wsat\TWsatService::getBasePath PHP Method

getBasePath() public method

public getBasePath ( )
    public function getBasePath()
    {
        $basePath = Prado::getPathOfNamespace("System.Wsat.pages");
        return realpath($basePath);
    }