コード例 #1
0
ファイル: SearchComponent.php プロジェクト: kot-ezhva/ygin
 public static function replaceIndex(DaActiveRecord $instance, $idLang = 1)
 {
     $data = $instance->getDataForSearch();
     self::replaceData($instance->getIdObject(), $instance->getIdInstance(), $idLang, $data);
 }