gossi\codegen\model\PropertiesInterface::hasProperty PHP Method

hasProperty() public method

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