Exemplo n.º 1
0
 /**
  * @param ActiveRecord $ar
  */
 public static function store(ActiveRecord $ar)
 {
     self::$cache[get_class($ar)] = arFieldList::getInstance($ar);
 }