Prado\Wsat\TWsatService::getBasePath PHP 메소드

getBasePath() 공개 메소드

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