Class Zend_Service_Simpy_Note

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

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


	
			
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
 void __construct (DOMNode $node)
 string getAccessType ()
 string getAddDate ()
 string getDescription ()
 int getId ()
 string getModDate ()
 array getTags ()
 string getTitle ()
 string getUri ()
Variables
string $_accessType (line 53)

Access type assigned to the note

  • access: protected
string $_addDate (line 81)

Date the note was added

  • access: protected
string $_description (line 102)

Description of the note

  • access: protected
int $_id (line 60)

ID of the note

  • access: protected
string $_modDate (line 74)

Date of the last modification made to the note

  • access: protected
array $_tags (line 95)

Tags assigned to the note

  • access: protected
string $_title (line 88)

Title of to the note

  • access: protected
string $_uri (line 67)

URI of the note

  • 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 note

string getAccessType ()
getAddDate (line 181)

Returns the date the note was added

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

Returns the description assigned to the note

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

Returns the ID of the note

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

Returns the date of the last modification made to the note

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

Returns the tags assigned to the note

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

Returns the title assigned to the note

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

Returns the URI of the note

  • access: public
string getUri ()
Class Constants
ACCESSTYPE_PRIVATE = 'private' (line 39)

Private access type

ACCESSTYPE_PUBLIC = 'public' (line 46)

Public access type

Documentation generated on Sun, 27 May 2007 23:26:09 -0700 by phpDocumentor 1.3.2