Cronario\AbstractWorker::getClassPath PHP Method

getClassPath() public static method

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