Changeset 14788
- Timestamp:
- 06/28/08 23:00:53 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
events/phpframework/piece_framework/trunk/libs/Phwittr/User.php
r14774 r14788 66 66 * __construct 67 67 * 68 * @param integer$userName68 * @param string $userName 69 69 * @param integer $watcherId 70 70 * @return void … … 370 370 371 371 /**#@+ 372 * @access pr ivate372 * @access protected 373 373 */ 374 374 … … 381 381 * @return object 382 382 */ 383 pr ivatefunction _createUserListMapper($offset = null)383 protected function _createUserListMapper($offset = null) 384 384 { 385 385 $mapper = Piece_ORM::getMapper('Users'); … … 399 399 * @return object 400 400 */ 401 pr ivatefunction _createStatusListMapper($offset = null)401 protected function _createStatusListMapper($offset = null) 402 402 { 403 403 $mapper = Piece_ORM::getMapper('Statuses'); … … 418 418 * @return void 419 419 */ 420 pr ivatefunction _checkNextPage(&$mapper, $page)420 protected function _checkNextPage(&$mapper, $page) 421 421 { 422 422 $count = $mapper->getCount(); … … 427 427 } 428 428 } 429 430 /**#@-*/ 431 432 /**#@+ 433 * @access private 434 */ 429 435 430 436 /**#@-*/
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)