Class Zend_Service_Simpy_Note

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

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


	
			
Class Constant Summary
 ACCESSTYPE_PRIVATE = 'private'
 ACCESSTYPE_PUBLIC = 'public'
Variable Summary
 string $_accessType
 string $_addDate
 string $_description
 string $_modDate
 array $_tags
 string $_title
 string $_uri
Method Summary
 Zend_Service_Simpy_Note __construct (DOMNode $node)
 string getAccessType ()
 string getAddDate ()
 string getDescription ()
 string getModDate ()
 array getTags ()
 string getTitle ()
 string getUri ()
Variables
string $_accessType (line 51)

Access type assigned to the note

  • access: protected
string $_addDate (line 72)

Date the note was added

  • access: protected
string $_description (line 93)

Description of the note

  • access: protected
string $_modDate (line 65)

Date of the last modification made to the note

  • access: protected
array $_tags (line 86)

Tags assigned to the note

  • access: protected
string $_title (line 79)

Title of to the note

  • access: protected
string $_uri (line 58)

URI of the note

  • access: protected
Methods
Constructor __construct (line 101)

Constructor to initialize the object with data

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

Returns the access type assigned to the note

string getAccessType ()
getAddDate (line 160)

Returns the date the note was added

  • access: public
string getAddDate ()
getDescription (line 190)

Returns the description assigned to the note

  • access: public
string getDescription ()
getModDate (line 150)

Returns the date of the last modification made to the note

  • access: public
string getModDate ()
getTags (line 180)

Returns the tags assigned to the note

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

Returns the title assigned to the note

  • access: public
string getTitle ()
getUri (line 140)

Returns the URI of the note

  • access: public
string getUri ()
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:01:07 -0800 by phpDocumentor 1.3.1