| [ Index ] |
|
Code source de LifeType 1.2.4 |
[Code source] [Imprimer] [Statistiques]
(pas de description)
| Poids: | 214 lignes (5 kb) |
| Inclus ou requis: | 0 fois |
| Référencé: | 3 fois |
| Nécessite: | 0 fichiers |
MyLink:: (19 méthodes):
MyLink()
setName()
setId()
setBlogId()
setDescription()
setUrl()
setCategoryId()
getName()
getId()
getBlogId()
getDescription()
getUrl()
getCategoryId()
setDate()
getMyLinkCategory()
getDate()
getDateObject()
getRssFeed()
setRssFeed()
| MyLink( $name, $description, $url, $blogId, $categoryId, $date = '', $rssFeed, $properties = Array() X-Ref |
| Constructor. param: description Description of the link param: url URL assigned to the link param: blogId Identifier of the blog param: categoryId Category of the link param: id Internal idenfitier of the link |
| setName( $name ) X-Ref |
| setId( $newId ) X-Ref |
| setBlogId( $newBlogId ) X-Ref |
| setDescription( $newText ) X-Ref |
| setUrl( $newURL ) X-Ref |
| setCategoryId( $categoryId ) X-Ref |
| getName() X-Ref |
| Returns the name that was given to this link. return: A string value with the name. |
| getId() X-Ref |
| Returns the identifier that this link has in the database. return: An integer value. |
| getBlogId() X-Ref |
| Returns the identifier of the blog to which this link belongs. return: An integer value. |
| getDescription() X-Ref |
| Returns the description assigned to this link. return: An string with the description. |
| getUrl() X-Ref |
| Returns the url to which this link is pointing. Wouldn't be a link without a url, huh? :) return: A string representing the url. |
| getCategoryId() X-Ref |
| The link category identifier this link has been filed under. return: An integer value. |
| setDate( $newDate ) X-Ref |
| Pas de description |
| getMyLinkCategory() X-Ref |
| Pas de description |
| getDate() X-Ref |
| Pas de description |
| getDateObject() X-Ref |
| Pas de description |
| getRssFeed() X-Ref |
| Pas de description |
| setRssFeed( $rssFeed ) X-Ref |
| Pas de description |
| Généré le : Mon Nov 26 21:04:15 2007 | par Balluche grâce à PHPXref 0.7 |
|