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