hasProperty() public method

Does this class have the specified property?
public hasProperty ( string $name ) : boolean
$name string
return boolean
 /**
  * {@inheritDoc}
  */
 public function hasProperty($name)
 {
     return $this->betterReflectionClass->hasProperty($name);
 }