API Documentation

Service/Simpy/Note.php

Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Service
subpackage
Simpy
version
$Id: Note.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Service_Simpy_Note

Description

Zend Framework

LICENSE

This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

Zend_Service_Simpy_Note

category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Service
subpackage
Simpy
Constants
ACCESSTYPE_PRIVATE
ACCESSTYPE_PUBLIC
Properties
$_accessType
$_id
$_uri
$_modDate
$_addDate
$_title
$_tags
$_description
Methods
__construct
getAccessType
getId
getUri
getModDate
getAddDate
getTitle
getTags
getDescription

Description

Constants

ACCESSTYPE_PRIVATE

string ACCESSTYPE_PRIVATE = 'private'

Private access type

Details

value
private
ACCESSTYPE_PRIVATE
string

ACCESSTYPE_PUBLIC

string ACCESSTYPE_PUBLIC = 'public'

Public access type

Details

value
public
ACCESSTYPE_PUBLIC
string

Properties

$_accessType

string $_accessType = ''

Access type assigned to the note

Details

$_accessType
string
visibility
protected
default
final
false
static
false

$_addDate

string $_addDate = ''

Date the note was added

Details

$_addDate
string
visibility
protected
default
final
false
static
false

$_description

string $_description = ''

Description of the note

Details

$_description
string
visibility
protected
default
final
false
static
false

$_id

int $_id = ''

ID of the note

Details

$_id
int
visibility
protected
default
final
false
static
false

$_modDate

string $_modDate = ''

Date of the last modification made to the note

Details

$_modDate
string
visibility
protected
default
final
false
static
false

$_tags

array $_tags = ''

Tags assigned to the note

Details

$_tags
array
visibility
protected
default
final
false
static
false

$_title

string $_title = ''

Title of to the note

Details

$_title
string
visibility
protected
default
final
false
static
false

$_uri

string $_uri = ''

URI of the note

Details

$_uri
string
visibility
protected
default
final
false
static
false

Methods

__construct

__construct( DOMNode $node ) : void

Constructor to initialize the object with data

Arguments
$node
DOMNode
Individual <link> node from a parsed response from a GetLinks operation
Details
visibility
public
final
false
static
false

getAccessType

getAccessType( ) : string

Returns the access type assigned to the note

Output
string
Details
visibility
public
final
false
static
false
see
ACCESSTYPE_PRIVATE
see
ACCESSTYPE_PUBLIC

getAddDate

getAddDate( ) : string

Returns the date the note was added

Output
string
Details
visibility
public
final
false
static
false

getDescription

getDescription( ) : string

Returns the description assigned to the note

Output
string
Details
visibility
public
final
false
static
false

getId

getId( ) : int

Returns the ID of the note

Output
int
Details
visibility
public
final
false
static
false

getModDate

getModDate( ) : string

Returns the date of the last modification made to the note

Output
string
Details
visibility
public
final
false
static
false

getTags

getTags( ) : array

Returns the tags assigned to the note

Output
array
Details
visibility
public
final
false
static
false

getTitle

getTitle( ) : string

Returns the title assigned to the note

Output
string
Details
visibility
public
final
false
static
false

getUri

getUri( ) : string

Returns the URI of the note

Output
string
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.