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

Returns true if method was successfully removed. Returns false if method was not found, or could not be removed.
public removeMethod ( string $methodName ) : boolean
$methodName string
Результат boolean
Пример #1
0
 /**
  * {@inheritdoc}
  */
 public function removeMethod($methodName)
 {
     return $this->reflectionClass->removeMethod($methodName);
 }