* @package calendar * @version $Id$ * @link http://www.zentao.net * @param mixed[]|string $skipProductIDList * @param int|string|mixed[] $appendStoryID * @param string $account * @param int $limit * @param string $type */ public function getUserStoryPairs($account, $limit = 10, $type = 'story', $skipProductIDList = array(), $appendStoryID = 0) { return $this->loadExtension('calendar')->getUserStoryPairs($account, $limit, $type, $skipProductIDList, $appendStoryID); }