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

Source for file EtvaVolumePhysicalPeer.php

Documentation is available at EtvaVolumePhysicalPeer.php

  1. <?php
  2.  
  3. {
  4.   public static function retrieveByVGPV($vg,$pv)
  5.   {
  6.     $criteria new Criteria();
  7.  
  8.     $criteria->add(self::PHYSICALVOLUME_ID$pv);
  9.     $criteria->add(self::VOLUMEGROUP_ID$vg);
  10.  
  11.       return self::doSelectOne($criteria);
  12.   }
  13. }

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