| [ 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: | 389 lines (8 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
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 |
| 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 |
| delete($cid = array() X-Ref |
| Method to remove a weblink return: boolean True on success |
| publish($cid = array() X-Ref |
| Method to (un)publish a weblink return: boolean True on success |
| move($direction) X-Ref |
| Method to move a weblink return: boolean True on success |
| saveorder($cid = array() X-Ref |
| Method to move a 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 |