| @@ 28-34 (lines=7) @@ | ||
| 25 | * @param $response | |
| 26 | * @param $module | |
| 27 | */ | |
| 28 | public function __construct(&$params, &$response, &$module) | |
| 29 |     { | |
| 30 | parent::__construct($params, $response, $module); | |
| 31 |         $this->_setXoopsTagMap('storyid', 'postid'); | |
| 32 |         $this->_setXoopsTagMap('published', 'dateCreated'); | |
| 33 |         $this->_setXoopsTagMap('uid', 'userid'); | |
| 34 | } | |
| 35 | ||
| 36 | public function newPost() | |
| 37 |     { | |
| @@ 28-35 (lines=8) @@ | ||
| 25 | * @param $response | |
| 26 | * @param $module | |
| 27 | */ | |
| 28 | public function __construct(&$params, &$response, &$module) | |
| 29 |     { | |
| 30 | parent::__construct($params, $response, $module); | |
| 31 |         $this->_setXoopsTagMap('storyid', 'postid'); | |
| 32 |         $this->_setXoopsTagMap('published', 'dateCreated'); | |
| 33 |         $this->_setXoopsTagMap('uid', 'userid'); | |
| 34 |         //$this->_setXoopsTagMap('hometext', 'description'); | |
| 35 | } | |
| 36 | ||
| 37 | public function newPost() | |
| 38 |     { | |