PHP Class Neos\Kickstarter\Utility\Validation

Show file Open project: neos/flow-development-collection Class Usage Examples

Public Methods

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

Method Details

isReservedKeyword() public static method

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
return boolean