コード例 #1
0
ファイル: Tag.php プロジェクト: maitandat1507/Tinhte_XenTag
 public function getTagList($containing = null, array $fetchOptions = array())
 {
     if (isset($fetchOptions['order']) && $fetchOptions['order'] == 'tinhte_xentag_view_count') {
         $this->_Tinhte_XenTag_checkLimitQueryResultViewCount = true;
     }
     $tagList = parent::getTagList($containing, $fetchOptions);
     $this->_Tinhte_XenTag_checkLimitQueryResultViewCount = false;
     return $tagList;
 }