Esempio n. 1
0
 public static function addMeta($properties)
 {
     if (empty($properties)) {
         return;
     }
     if (!is_array(self::$metaCollection)) {
         self::$metaCollection = array();
     }
     self::$metaCollection[] = $properties;
 }