Esempio n. 1
0
 public static function fromArray($stuff)
 {
     $g = new ItemGallery();
     $g->loadFromArray($stuff);
     return $g;
 }