PHP Class Neos\Kickstarter\Utility\Validation

Afficher le fichier Open project: neos/flow-development-collection Class Usage Examples

Méthodes publiques

Méthode Description
isReservedKeyword ( string $keyword ) : boolean Check the given keyword to be not one of the reserved words of PHP.

Method Details

isReservedKeyword() public static méthode

Check the given keyword to be not one of the reserved words of PHP.
See also: http://www.php.net/manual/en/reserved.keywords.php
public static isReservedKeyword ( string $keyword ) : boolean
$keyword string
Résultat boolean