Example #1
0
 public function load($oid = null, $strip = false, $skipUpdate = false)
 {
     if ($skipUpdate) {
         trigger_error("The 'skipUpdate' parameter of load() has been deprecated in v3.0 and will be removed by v4.0. Please use load() without it instead.", E_USER_NOTICE);
     }
     return parent::load($oid, $strip);
 }