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