示例#1
0
 protected function &getLime()
 {
     $lime = new Object();
     if ($object = LimeFocus::getInstance()) {
         return $object;
     }
     throw new Exception("Invalid or missing Lime focus", 4);
     return null;
 }