CronLingo\CronLingo::getParser PHP 메소드

getParser() 공개 정적인 메소드

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

Usage Example

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