PHP 클래스 TextAnalysis\Extracts\DateExtract

저자: yooper
상속: implements TextAnalysis\Interfaces\IExtractStrategy
파일 보기 프로젝트 열기: yooper/php-text-analysis 1 사용 예제들

공개 메소드들

메소드 설명
filter ( string $token ) : false | DateTime

보호된 메소드들

메소드 설명
verify ( array $date ) : boolean Verify all the required fields are set in the array

메소드 상세

filter() 공개 메소드

public filter ( string $token ) : false | DateTime
$token string
리턴 false | DateTime

verify() 보호된 메소드

Verify all the required fields are set in the array
protected verify ( array $date ) : boolean
$date array
리턴 boolean