Class Zend_Service_Simpy_Link

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

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


	
			
Class Constant Summary
Variable Summary
 string $_accessType
 string $_addDate
 string $_modDate
 string $_nickname
 string $_note
 array $_tags
 string $_title
 string $_url
Method Summary
 void __construct (DOMNode $node)
 string getAccessType ()
 string getAddDate ()
 string getModDate ()
 string getNickname ()
 string getNote ()
 array getTags ()
 string getTitle ()
 string getUrl ()
Variables
string $_accessType (line 53)

Access type assigned to the link

  • access: protected
string $_addDate (line 74)

Date the link was added

  • access: protected
string $_modDate (line 67)

Date of the last modification made to the link

  • access: protected
string $_nickname (line 88)

Nickname assigned to the link

  • access: protected
string $_note (line 102)

Note assigned to the link

  • access: protected
array $_tags (line 95)

Tags assigned to the link

  • access: protected
string $_title (line 81)

Title assigned to the link

  • access: protected
string $_url (line 60)

URL of the link

  • access: protected
Methods
Constructor __construct (line 111)

Constructor to initialize the object with data

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

Returns the access type assigned to the link

string getAccessType ()
getAddDate (line 171)

Returns the date the link was added

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

Returns the date of the last modification made to the link

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

Returns the nickname assigned to the link

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

Returns the note assigned to the link

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

Returns the tags assigned to the link

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

Returns the title assigned to the link

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

Returns the URL of the link

  • access: public
string getUrl ()
Class Constants
ACCESSTYPE_PRIVATE = '0' (line 39)

Private access type

ACCESSTYPE_PUBLIC = '1' (line 46)

Public access type

Documentation generated on Sun, 27 May 2007 23:25:19 -0700 by phpDocumentor 1.3.2