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);
 }