示例#1
0
 /**
  * Attaches the passed app node.
  *
  * @param \AppserverIo\Appserver\Core\Api\Node\AppNode $app The app node to attach
  *
  * @return void
  */
 public function attachApp(AppNode $app)
 {
     $this->apps[$app->getPrimaryKey()] = $app;
 }