API Documentation

Service/Simpy/Link.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: Link.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Service_Simpy_Link

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_Link

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
$_url
$_modDate
$_addDate
$_title
$_nickname
$_tags
$_note
Methods
__construct
getAccessType
getUrl
getModDate
getAddDate
getTitle
getNickname
getTags
getNote

Description

Constants

ACCESSTYPE_PRIVATE

string ACCESSTYPE_PRIVATE = '0'

Private access type

Details

value
0
ACCESSTYPE_PRIVATE
string

ACCESSTYPE_PUBLIC

string ACCESSTYPE_PUBLIC = '1'

Public access type

Details

value
1
ACCESSTYPE_PUBLIC
string

Properties

$_accessType

string $_accessType = ''

Access type assigned to the link

Details

$_accessType
string
visibility
protected
default
final
false
static
false

$_addDate

string $_addDate = ''

Date the link was added

Details

$_addDate
string
visibility
protected
default
final
false
static
false

$_modDate

string $_modDate = ''

Date of the last modification made to the link

Details

$_modDate
string
visibility
protected
default
final
false
static
false

$_nickname

string $_nickname = ''

Nickname assigned to the link

Details

$_nickname
string
visibility
protected
default
final
false
static
false

$_note

string $_note = ''

Note assigned to the link

Details

$_note
string
visibility
protected
default
final
false
static
false

$_tags

array $_tags = ''

Tags assigned to the link

Details

$_tags
array
visibility
protected
default
final
false
static
false

$_title

string $_title = ''

Title assigned to the link

Details

$_title
string
visibility
protected
default
final
false
static
false

$_url

string $_url = ''

URL of the link

Details

$_url
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 link

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

getAddDate

getAddDate( ) : string

Returns the date the link was added

Output
string
Details
visibility
public
final
false
static
false

getModDate

getModDate( ) : string

Returns the date of the last modification made to the link

Output
string
Details
visibility
public
final
false
static
false

getNickname

getNickname( ) : string

Returns the nickname assigned to the link

Output
string
Details
visibility
public
final
false
static
false

getNote

getNote( ) : string

Returns the note assigned to the link

Output
string
Details
visibility
public
final
false
static
false

getTags

getTags( ) : array

Returns the tags assigned to the link

Output
array
Details
visibility
public
final
false
static
false

getTitle

getTitle( ) : string

Returns the title assigned to the link

Output
string
Details
visibility
public
final
false
static
false

getUrl

getUrl( ) : string

Returns the URL of the link

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