| [ Index ] |
|
Code source de CMS made simple 1.0.5 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Poids: | 172 lignes (4 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 0 fois |
| Nécessite: | 0 fichiers |
UserTagOperations:: (5 méthodes):
GetUserTag()
SetUserTag()
RemoveUserTag()
ListUserTags()
CallUserTag()
UserTags:: (0 méthodes):
Classe: UserTagOperations - X-Ref
UserTags class for admin| GetUserTag( $name ) X-Ref |
| Retrieve the body of a user defined tag returns: mixed If successfull, the body of the user tag (string). If it fails, false |
| SetUserTag( $name, $text ) X-Ref |
| Add or update a named user defined tag into the database returns: mixed If successful, true. If it fails, false. |
| RemoveUserTag( $name ) X-Ref |
| Remove a named user defined tag from the database returns: mixed If successful, true. If it fails, false. |
| ListUserTags() X-Ref |
| Return a list (suitable for use in a pulldown) of user tags. returns: mixed If successful, an array. If it fails, false. |
| CallUserTag($name, &$params) X-Ref |
| Pas de description |
| Généré le : Tue Apr 3 18:50:37 2007 | par Balluche grâce à PHPXref 0.7 |