Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
string ACCESSTYPE_PRIVATE = '0'
Private access type
string ACCESSTYPE_PUBLIC = '1'
Public access type
string $_accessType = ''
Access type assigned to the link
string $_addDate = ''
Date the link was added
string $_modDate = ''
Date of the last modification made to the link
string $_nickname = ''
Nickname assigned to the link
string $_note = ''
Note assigned to the link
array $_tags = ''
Tags assigned to the link
string $_title = ''
Title assigned to the link
string $_url = ''
URL of the link
__construct(
DOMNode $node
)
:
void
Constructor to initialize the object with data
getAccessType(
)
:
string
Returns the access type assigned to the link
getAddDate(
)
:
string
Returns the date the link was added
getModDate(
)
:
string
Returns the date of the last modification made to the link
getNickname(
)
:
string
Returns the nickname assigned to the link
getNote(
)
:
string
Returns the note assigned to the link
getTags(
)
:
array
Returns the tags assigned to the link
getTitle(
)
:
string
Returns the title assigned to the link
getUrl(
)
:
string
Returns the URL of the link