[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/zend/Zend/Service/Simpy/ -> Note.php (summary)

Zend Framework LICENSE

Copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
License: http://framework.zend.com/license/new-bsd New BSD License
Version: $Id$
File Size: 215 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Zend_Service_Simpy_Note:: (9 methods):
  __construct()
  getAccessType()
  getId()
  getUri()
  getModDate()
  getAddDate()
  getTitle()
  getTags()
  getDescription()


Class: Zend_Service_Simpy_Note  - X-Ref


__construct($node)   X-Ref
Constructor to initialize the object with data

param: DOMNode $node Individual <link> node from a parsed response from
return: void

getAccessType()   X-Ref
Returns the access type assigned to the note

return: string

getId()   X-Ref
Returns the ID of the note

return: int

getUri()   X-Ref
Returns the URI of the note

return: string

getModDate()   X-Ref
Returns the date of the last modification made to the note

return: string

getAddDate()   X-Ref
Returns the date the note was added

return: string

getTitle()   X-Ref
Returns the title assigned to the note

return: string

getTags()   X-Ref
Returns the tags assigned to the note

return: array

getDescription()   X-Ref
Returns the description assigned to the note

return: string



Generated: Fri Nov 28 20:29:05 2014 Cross-referenced by PHPXref 0.7.1