예제 #1
0
 /**
  * @deprecated For compability only will be erased next versions
  */
 public static function SetTags($arTags)
 {
     self::$arOldTags = $arTags;
     /* for next version
     			$this->DelAllTags();
     
     			return $this->AddTags($arTags);
     			*/
 }