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
 int $_id
 string $_modDate
 array $_tags
 string $_title
 string $_uri
Method Summary
 Zend_Service_Simpy_Note __construct (DOMNode $node)
 string getAccessType ()
 string getAddDate ()
 string getDescription ()
 int getId ()
 string getModDate ()
 array getTags ()
 string getTitle ()
 string getUri ()
Variables
string $_accessType (line 51)

Access type assigned to the note

  • access: protected
string $_addDate (line 79)

Date the note was added

  • access: protected
string $_description (line 100)

Description of the note

  • access: protected
int $_id (line 58)

ID of the note

  • access: protected
string $_modDate (line 72)

Date of the last modification made to the note

  • access: protected
array $_tags (line 93)

Tags assigned to the note

  • access: protected
string $_title (line 86)

Title of to the note

  • access: protected
string $_uri (line 65)

URI of the note

  • access: protected
Methods
Constructor __construct (line 108)

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 138)

Returns the access type assigned to the note

string getAccessType ()
getAddDate (line 178)

Returns the date the note was added

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

Returns the description assigned to the note

  • access: public
string getDescription ()
getId (line 148)

Returns the ID of the note

  • access: public
int getId ()
getModDate (line 168)

Returns the date of the last modification made to the note

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

Returns the tags assigned to the note

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

Returns the title assigned to the note

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

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 Wed, 21 Feb 2007 12:02:43 -0800 by phpDocumentor 1.3.1