| [ Index ] |
PHP Cross Reference of Joomla 1.5.26 DE |
[Source view] [Print] [Project Stats]
(no description)
| Copyright: | Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved. |
| License: | GNU/GPL, see LICENSE.php |
| Version: | $Id: weblink.php 14401 2010-01-26 14:10:00Z louis $ |
| File Size: | 293 lines (6 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
WeblinksModelWeblink:: (10 methods):
__construct()
setId()
getData()
hit()
isCheckedOut()
checkin()
checkout()
store()
_loadData()
_initData()
Class: WeblinksModelWeblink - X-Ref
Weblinks Component Weblink Model| __construct() X-Ref |
| Constructor |
| setId($id) X-Ref |
| Method to set the weblink identifier param: int Weblink identifier |
| getData() X-Ref |
| Method to get a weblink |
| hit() X-Ref |
| Method to increment the hit counter for the weblink return: boolean True on success |
| isCheckedOut( $uid=0 ) X-Ref |
| Tests if weblink is checked out param: int A user id return: boolean True if checked out |
| checkin() X-Ref |
| Method to checkin/unlock the weblink return: boolean True on success |
| checkout($uid = null) X-Ref |
| Method to checkout/lock the weblink param: int $uid User ID of the user checking the article out return: boolean True on success |
| store($data) X-Ref |
| Method to store the weblink return: boolean True on success |
| _loadData() X-Ref |
| Method to load content weblink data return: boolean True on success |
| _initData() X-Ref |
| Method to initialise the weblink data return: boolean True on success |
| Generated: Wed Mar 28 15:54:07 2012 | Cross-referenced by PHPXref 0.7.1 |