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

Is this a user-defined function (will always return the opposite of whatever isInternal returns).
public isUserDefined ( ) : boolean
Результат boolean
Пример #1
0
 /**
  * {@inheritDoc}
  */
 public function isUserDefined()
 {
     return $this->betterReflectionClass->isUserDefined();
 }