[ Index ]

PHP Cross Reference of moodle-2.8

title

Body

[close]

/lib/zend/Zend/Gdata/Gapps/Extension/ -> Name.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: 181 lines (5 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Zend_Gdata_Gapps_Extension_Name:: (8 methods):
  __construct()
  getDOM()
  takeAttributeFromDOM()
  getFamilyName()
  setFamilyName()
  getGivenName()
  setGivenName()
  __toString()


Class: Zend_Gdata_Gapps_Extension_Name  - X-Ref

Represents the apps:name element used by the Apps data API. This is used
to represent a user's full name. This class is usually contained within
instances of Zend_Gdata_Gapps_UserEntry.

__construct($familyName = null, $givenName = null)   X-Ref
Constructs a new Zend_Gdata_Gapps_Extension_Name object.

param: string $familyName (optional) The familyName to be set for this
param: string $givenName (optional) The givenName to be set for this

getDOM($doc = null, $majorVersion = 1, $minorVersion = null)   X-Ref
Retrieves a DOMElement which corresponds to this element and all
child properties.  This is used to build an entry back into a DOM
and eventually XML text for sending to the server upon updates, or
for application storage/persistence.

param: DOMDocument $doc The DOMDocument used to construct DOMElements
return: DOMElement The DOMElement representing this element and all

takeAttributeFromDOM($attribute)   X-Ref
Given a DOMNode representing an attribute, tries to map the data into
instance members.  If no mapping is defined, the name and value are
stored in an array.

param: DOMNode $attribute The DOMNode attribute needed to be handled

getFamilyName()   X-Ref
Get the value for this element's familyName attribute.

return: string The requested attribute.

setFamilyName($value)   X-Ref
Set the value for this element's familyName attribute. This
represents a user's family name.

param: string $value The desired value for this attribute.
return: Zend_Gdata_Gapps_Extension_Name Provides a fluent interface..

getGivenName()   X-Ref
Get the value for this element's givenName attribute.

return: string The requested attribute.

setGivenName($value)   X-Ref
Set the value for this element's givenName attribute. This
represents a user's given name.

param: string $value The desired value for this attribute.
return: Zend_Gdata_Gapps_Extension_Name Provides a fluent interface.

__toString()   X-Ref
Magic toString method allows using this directly via echo
Works best in PHP >= 4.2.0




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