CronLingo\CronLingo::getParser PHP Method

getParser() public static method

public static getParser ( ) : Parser
return Parser
    public static function getParser()
    {
        return new Parser();
    }

Usage Example

示例#1
0
 public function testGetParser()
 {
     $this->assertInstanceOf('CronLingo\\Parser', \CronLingo\CronLingo::getParser());
 }