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

Gets the interface names.
public getInterfaceNames ( ) : string[]
Результат string[] A numerical array with interface names as the values.
Пример #1
0
 /**
  * {@inheritDoc}
  */
 public function getInterfaceNames()
 {
     return $this->betterReflectionClass->getInterfaceNames();
 }