Cronario\AbstractWorker::getClassPath PHP 메소드

getClassPath() 공개 정적인 메소드

public static getClassPath ( ) : string
리턴 string
    public static function getClassPath()
    {
        return '\\' . ltrim(get_called_class(), '\\');
    }