Пример #1
0
 /**
  * 
  * init by post id
  */
 public function initByPostID($postID, $sliderID, $slider = null)
 {
     $arrPostData = UniteFunctionsWPBiz::getPost($postID);
     $this->initByPostData($arrPostData, $sliderID);
 }