removeProperty() public method

Remove a property from the class.
public removeProperty ( string $propertyName ) : boolean
$propertyName string
return boolean
 /**
  * {@inheritdoc}
  */
 public function removeProperty($methodName)
 {
     return $this->reflectionClass->removeProperty($methodName);
 }