gossi\codegen\model\PropertiesInterface::hasProperty PHP Méthode

hasProperty() public méthode

Checks whether a property exists
public hasProperty ( PhpProperty | string $nameOrProperty ) : boolean
$nameOrProperty PhpProperty | string property name or instance
Résultat boolean `true` if a property exists and `false` if not
    public function hasProperty($nameOrProperty);