コード例 #1
0
 /**
  * targets tester
  * @todo delete this when testing is done
  */
 public static function targets($id, $class = __CLASS__)
 {
     $this->_force_admin();
     MyPortalObject::targets($id, $class);
 }
コード例 #2
0
 /**
  * pass our child targets function to myportalobject
  */
 public static function targets($id, $class = __CLASS__)
 {
     return parent::targets($id, $class);
 }