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

Source for file EtvaMacPeer.php

Documentation is available at EtvaMacPeer.php

  1. <?php
  2.  
  3. class EtvaMacPeer extends BaseEtvaMacPeer
  4. {
  5.     
  6.     public static function retrieveByMac($mac)
  7.     {
  8.  
  9.         
  10.  
  11.         $criteria new Criteria(EtvaMacPeer::DATABASE_NAME);
  12.         $criteria->add(EtvaMacPeer::MAC$mac);
  13.  
  14.         $v EtvaMacPeer::doSelect($criteria);
  15.  
  16.         return !empty($v$v[0null;
  17.     }
  18. }

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