PHP Class TextAnalysis\Extracts\DateExtract

Author: yooper
Inheritance: implements TextAnalysis\Interfaces\IExtractStrategy
Afficher le fichier Open project: yooper/php-text-analysis Class Usage Examples

Méthodes publiques

Méthode Description
filter ( string $token ) : false | DateTime

Méthodes protégées

Méthode Description
verify ( array $date ) : boolean Verify all the required fields are set in the array

Method Details

filter() public méthode

public filter ( string $token ) : false | DateTime
$token string
Résultat false | DateTime

verify() protected méthode

Verify all the required fields are set in the array
protected verify ( array $date ) : boolean
$date array
Résultat boolean