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