addInterface() public method

public addInterface ( InterfaceObject $interface )
$interface InterfaceObject
Beispiel #1
0
 /**
  *
  */
 public function addInterface(InterfaceObject $interface)
 {
     $this->loadedUnits[$interface->getName()] = $interface;
     $this->registerForSaving($interface);
     $this->index->addInterface($interface);
 }