hasProperty() public method

public hasProperty ( $name )
 /**
  * {@inheritDoc}
  */
 public function hasProperty($name)
 {
     return $this->betterReflectionObject->hasProperty($name);
 }