addInterface() public method

public addInterface ( InterfaceObject $interface )
$interface InterfaceObject
示例#1
0
文件: Project.php 项目: sakshika/ATM
 /**
  *
  */
 public function addInterface(InterfaceObject $interface)
 {
     $this->loadedUnits[$interface->getName()] = $interface;
     $this->registerForSaving($interface);
     $this->index->addInterface($interface);
 }