예제 #1
0
 static function objects($objects)
 {
     if (is_array($objects) && sizeof($objects) > 0) {
         self::$objects = $objects;
     }
 }