propel
[ class tree: propel ] [ index: propel ] [ all elements ]

Source for file EtvaNode.php

Documentation is available at EtvaNode.php

  1. <?php
  2.  
  3. class EtvaNode extends BaseEtvaNode
  4. {
  5.     public function getServers()
  6.     {
  7.         $criteria new Criteria();
  8.         $criteria->add(EtvaServerPeer::NODE_ID$this->getId());
  9.         return EtvaServerPeer::getServers($criteria);
  10.     }
  11.  
  12.     public function __toString()
  13.     {
  14.         return $this->getName();
  15.     }
  16.  
  17.  
  18.  
  19. }

Documentation generated on Fri, 19 Jun 2009 10:49:13 +0100 by phpDocumentor 1.4.2