Class Zend_Service_Simpy_Link

Description
  • license: New BSD License
  • copyright: Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)

Located in /Service/Simpy/Link.php (line 30)


	
			
Class Constant Summary
 ACCESSTYPE_PRIVATE = 'private'
 ACCESSTYPE_PUBLIC = 'public'
Variable Summary
 string $_accessType
 string $_addDate
 string $_modDate
 string $_nickname
 string $_note
 array $_tags
 string $_title
 string $_url
Method Summary
 Zend_Service_Simpy_Link __construct (DOMNode $node)
 string getAccessType ()
 string getAddDate ()
 string getModDate ()
 string getNickname ()
 string getNote ()
 array getTags ()
 string getTitle ()
 string getUrl ()
Variables
string $_accessType (line 51)

Access type assigned to the link

  • access: protected
string $_addDate (line 72)

Date the link was added

  • access: protected
string $_modDate (line 65)

Date of the last modification made to the link

  • access: protected
string $_nickname (line 86)

Nickname assigned to the link

  • access: protected
string $_note (line 100)

Note assigned to the link

  • access: protected
array $_tags (line 93)

Tags assigned to the link

  • access: protected
string $_title (line 79)

Title assigned to the link

  • access: protected
string $_url (line 58)

URL of the link

  • access: protected
Methods
Constructor __construct (line 108)

Constructor to initialize the object with data

  • access: public
Zend_Service_Simpy_Link __construct (DOMNode $node)
  • DOMNode $node: Individual <link> node from a parsed response from a GetLinks operation
getAccessType (line 138)

Returns the access type assigned to the link

string getAccessType ()
getAddDate (line 168)

Returns the date the link was added

  • access: public
string getAddDate ()
getModDate (line 158)

Returns the date of the last modification made to the link

  • access: public
string getModDate ()
getNickname (line 188)

Returns the nickname assigned to the link

  • access: public
string getNickname ()
getNote (line 208)

Returns the note assigned to the link

  • access: public
string getNote ()
getTags (line 198)

Returns the tags assigned to the link

  • access: public
array getTags ()
getTitle (line 178)

Returns the title assigned to the link

  • access: public
string getTitle ()
getUrl (line 148)

Returns the URL of the link

  • access: public
string getUrl ()
Class Constants
ACCESSTYPE_PRIVATE = 'private' (line 37)

Private access type

ACCESSTYPE_PUBLIC = 'public' (line 44)

Public access type

Documentation generated on Thu, 18 Jan 2007 10:00:59 -0800 by phpDocumentor 1.3.1