removeProperty() публичный Метод

Remove a property from the class.
public removeProperty ( string $propertyName ) : boolean
$propertyName string
Результат boolean
Пример #1
0
 /**
  * {@inheritdoc}
  */
 public function removeProperty($methodName)
 {
     return $this->reflectionClass->removeProperty($methodName);
 }