Prado\Wsat\TWsatService::getBasePath PHP Метод

getBasePath() публичный Метод

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