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

Source for file EtvaVolumegroupPeer.php

Documentation is available at EtvaVolumegroupPeer.php

  1. <?php
  2.  
  3. {
  4.     public static function retrieveByVg($nameCriteria $criteria null)
  5.   {
  6.     if(is_null($criteria )) $criteria new Criteria();
  7.  
  8.     $criteria->add(self::VG$name);
  9.  
  10.       return self::doSelectOne($criteria);
  11.   }
  12. }

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