Gdata/Exif/Extension/Tags.php

Show: PublicProtectedPrivateinherited
Table of Contents
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.
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Gdata  
Subpackage
Exif  
Version
$Id$  

\Zend_Gdata_Exif_Extension_Tags

Package: Zend_Gdata\Exif
Represents the exif:tags element used by the Gdata Exif extensions.
Parent(s)
\Zend_Gdata_Extension < \Zend_Gdata_App_Extension < \Zend_Gdata_App_Base
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Properties

>VPropertyprotected\Zend_Gdata_Exif_Extension_Distance $_distance = null
exif:distance value
Default valuenullDetails
Type
\Zend_Gdata_Exif_Extension_Distance
>VPropertyprotected\Zend_Gdata_Exif_Extension_Exposure $_exposure = null
exif:exposure value
Default valuenullDetails
Type
\Zend_Gdata_Exif_Extension_Exposure
>VPropertyprotected\Zend_Gdata_Exif_Extension_FStop $_fStop = null
exif:fStop value
Default valuenullDetails
Type
\Zend_Gdata_Exif_Extension_FStop
>VPropertyprotected\Zend_Gdata_Exif_Extension_Flash $_flash = null
exif:flash value
Default valuenullDetails
Type
\Zend_Gdata_Exif_Extension_Flash
>VPropertyprotected\Zend_Gdata_Exif_Extension_FocalLength $_focalLength = null
exif:focalLength value
Default valuenullDetails
Type
\Zend_Gdata_Exif_Extension_FocalLength
>VPropertyprotected\Zend_Gdata_Exif_Extension_ImageUniqueId $_imageUniqueId = null
exif:imageUniqueID value
Default valuenullDetails
Type
\Zend_Gdata_Exif_Extension_ImageUniqueId
>VPropertyprotected\Zend_Gdata_Exif_Extension_Iso $_iso = null
exif:iso value
Default valuenullDetails
Type
\Zend_Gdata_Exif_Extension_Iso
>VPropertyprotected\Zend_Gdata_Exif_Extension_Make $_make = null
exif:make value
Default valuenullDetails
Type
\Zend_Gdata_Exif_Extension_Make
>VPropertyprotected\Zend_Gdata_Exif_Extension_Model $_model = null
exif:model value
Default valuenullDetails
Type
\Zend_Gdata_Exif_Extension_Model
>VPropertyprotected$_rootElement = 'tags'
Default value'tags'Details
Type
n/a
>VPropertyprotected$_rootNamespace = 'exif'
Default value'exif'Details
Type
n/a
>VPropertyprotected\Zend_Gdata_Exif_Extension_Time $_time = null
exif:time value
Default valuenullDetails
Type
\Zend_Gdata_Exif_Extension_Time

Methods

methodpublic__construct(\Zend_Gdata_Exif_Extension_Distance $distance = null, \Zend_Gdata_Exif_Extension_Exposure $exposure = null, \Zend_Gdata_Exif_Extension_Flash $flash = null,  $focalLength = null, \Zend_Gdata_Exif_Extension_FStop $fStop = null, \Zend_Gdata_Exif_Extension_ImageUniqueId $imageUniqueId = null, \Zend_Gdata_Exif_Extension_Iso $iso = null, \Zend_Gdata_Exif_Extension_Make $make = null, \Zend_Gdata_Exif_Extension_Model $model = null, \Zend_Gdata_Exif_Extension_Time $time = null) : void

Constructs a new Zend_Gdata_Exif_Extension_Tags object.

Parameters
NameTypeDescription
$distance\Zend_Gdata_Exif_Extension_Distance

(optional) The exif:distance

     value to be set in the constructed object.
$exposure\Zend_Gdata_Exif_Extension_Exposure

(optional) The exif:exposure

     value to be set in the constructed object.
$flash\Zend_Gdata_Exif_Extension_Flash

(optional) The exif:flash

     value to be set in the constructed object.
$focalLength
$fStop\Zend_Gdata_Exif_Extension_FStop

(optional) The exif:fstop

     value to be set in the constructed object.
$imageUniqueId\Zend_Gdata_Exif_Extension_ImageUniqueId

(optional) The exif:imageUniqueID

     value to be set in the constructed object.
$iso\Zend_Gdata_Exif_Extension_Iso

(optional) The exif:iso

     value to be set in the constructed object.
$make\Zend_Gdata_Exif_Extension_Make

(optional) The exif:make

     value to be set in the constructed object.
$model\Zend_Gdata_Exif_Extension_Model

(optional) The exif:model

     value to be set in the constructed object.
$time\Zend_Gdata_Exif_Extension_Time

(optional) The exif:time

     value to be set in the constructed object.
methodpublicgetDOM(\DOMDocument $doc = null,  $majorVersion = 1,  $minorVersion = null) : \DOMElement

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 application storage/persistence.

Parameters
NameTypeDescription
$doc\DOMDocument

The DOMDocument used to construct DOMElements

$majorVersion
$minorVersion
Returns
TypeDescription
\DOMElementThe DOMElement representing this element and all child properties.
methodpublicgetDistance() : \Zend_Gdata_Exif_Extension_Distance

Get the value for this element's distance attribute.

Returns
TypeDescription
\Zend_Gdata_Exif_Extension_DistanceThe requested attribute.
Details
See
 
methodpublicgetExposure() : \Zend_Gdata_Exif_Extension_Exposure

Get the value for this element's exposure attribute.

Returns
TypeDescription
\Zend_Gdata_Exif_Extension_ExposureThe requested attribute.
Details
See
 
methodpublicgetFStop() : \Zend_Gdata_Exif_Extension_FStop

Get the value for this element's fStop attribute.

Returns
TypeDescription
\Zend_Gdata_Exif_Extension_FStopThe requested attribute.
Details
See
 
methodpublicgetFlash() : \Zend_Gdata_Exif_Extension_Flash

Get the value for this element's flash attribute.

Returns
TypeDescription
\Zend_Gdata_Exif_Extension_FlashThe requested attribute.
Details
See
 
methodpublicgetFocalLength() : \Zend_Gdata_Exif_Extension_FocalLength

Get the value for this element's name attribute.

Returns
TypeDescription
\Zend_Gdata_Exif_Extension_FocalLengthThe requested attribute.
Details
See
 
methodpublicgetImageUniqueId() : \Zend_Gdata_Exif_Extension_ImageUniqueId

Get the value for this element's imageUniqueId attribute.

Returns
TypeDescription
\Zend_Gdata_Exif_Extension_ImageUniqueIdThe requested attribute.
Details
See
 
methodpublicgetIso() : \Zend_Gdata_Exif_Extension_Iso

Get the value for this element's iso attribute.

Returns
TypeDescription
\Zend_Gdata_Exif_Extension_IsoThe requested attribute.
Details
See
 
methodpublicgetMake() : \Zend_Gdata_Exif_Extension_Make

Get the value for this element's make attribute.

Returns
TypeDescription
\Zend_Gdata_Exif_Extension_MakeThe requested attribute.
Details
See
 
methodpublicgetModel() : \Zend_Gdata_Exif_Extension_Model

Get the value for this element's model attribute.

Returns
TypeDescription
\Zend_Gdata_Exif_Extension_ModelThe requested attribute.
Details
See
 
methodpublicgetTime() : \Zend_Gdata_Exif_Extension_Time

Get the value for this element's time attribute.

Returns
TypeDescription
\Zend_Gdata_Exif_Extension_TimeThe requested attribute.
Details
See
 
methodpublicsetDistance(\Zend_Gdata_Exif_Extension_Distance $value) : \Zend_Gdata_Exif_Extension_Tags

Set the value for this element's distance attribute.

Parameters
NameTypeDescription
$value\Zend_Gdata_Exif_Extension_Distance

The desired value for this attribute.

Returns
TypeDescription
\Zend_Gdata_Exif_Extension_TagsProvides a fluent interface
methodpublicsetExposure(\Zend_Gdata_Exif_Extension_Exposure $value) : \Zend_Gdata_Exif_Extension_Tags

Set the value for this element's exposure attribute.

Parameters
NameTypeDescription
$value\Zend_Gdata_Exif_Extension_Exposure

The desired value for this attribute.

Returns
TypeDescription
\Zend_Gdata_Exif_Extension_TagsProvides a fluent interface
methodpublicsetFStop(\Zend_Gdata_Exif_Extension_FStop $value) : \Zend_Gdata_Exif_Extension_Tags

Set the value for this element's fStop attribute.

Parameters
NameTypeDescription
$value\Zend_Gdata_Exif_Extension_FStop

The desired value for this attribute.

Returns
TypeDescription
\Zend_Gdata_Exif_Extension_TagsProvides a fluent interface
methodpublicsetFlash(\Zend_Gdata_Exif_Extension_Flash $value) : \Zend_Gdata_Exif_Extension_Tags

Set the value for this element's flash attribute.

Parameters
NameTypeDescription
$value\Zend_Gdata_Exif_Extension_Flash

The desired value for this attribute.

Returns
TypeDescription
\Zend_Gdata_Exif_Extension_TagsProvides a fluent interface
methodpublicsetFocalLength(\Zend_Gdata_Exif_Extension_FocalLength $value) : \Zend_Gdata_Exif_Extension_Tags

Set the value for this element's focalLength attribute.

Parameters
NameTypeDescription
$value\Zend_Gdata_Exif_Extension_FocalLength

The desired value for this attribute.

Returns
TypeDescription
\Zend_Gdata_Exif_Extension_TagsProvides a fluent interface
methodpublicsetImageUniqueId(\Zend_Gdata_Exif_Extension_ImageUniqueId $value) : \Zend_Gdata_Exif_Extension_Tags

Set the value for this element's imageUniqueId attribute.

Parameters
NameTypeDescription
$value\Zend_Gdata_Exif_Extension_ImageUniqueId

The desired value for this attribute.

Returns
TypeDescription
\Zend_Gdata_Exif_Extension_TagsProvides a fluent interface
methodpublicsetIso(\Zend_Gdata_Exif_Extension_Iso $value) : \Zend_Gdata_Exif_Extension_Tags

Set the value for this element's iso attribute.

Parameters
NameTypeDescription
$value\Zend_Gdata_Exif_Extension_Iso

The desired value for this attribute.

Returns
TypeDescription
\Zend_Gdata_Exif_Extension_TagsProvides a fluent interface
methodpublicsetMake(\Zend_Gdata_Exif_Extension_Make $value) : \Zend_Gdata_Exif_Extension_Tags

Set the value for this element's make attribute.

Parameters
NameTypeDescription
$value\Zend_Gdata_Exif_Extension_Make

The desired value for this attribute.

Returns
TypeDescription
\Zend_Gdata_Exif_Extension_TagsProvides a fluent interface
methodpublicsetModel(\Zend_Gdata_Exif_Extension_Model $value) : \Zend_Gdata_Exif_Extension_Tags

Set the value for this element's model attribute.

Parameters
NameTypeDescription
$value\Zend_Gdata_Exif_Extension_Model

The desired value for this attribute.

Returns
TypeDescription
\Zend_Gdata_Exif_Extension_TagsProvides a fluent interface
methodpublicsetTime(\Zend_Gdata_Exif_Extension_Time $value) : \Zend_Gdata_Exif_Extension_Tags

Set the value for this element's time attribute.

Parameters
NameTypeDescription
$value\Zend_Gdata_Exif_Extension_Time

The desired value for this attribute.

Returns
TypeDescription
\Zend_Gdata_Exif_Extension_TagsProvides a fluent interface
methodprotectedtakeChildFromDOM(\DOMNode $child) : void

Creates individual Entry objects of the appropriate type and stores them as members of this entry based upon DOM data.

Parameters
NameTypeDescription
$child\DOMNode

The DOMNode to process

Documentation was generated by phpDocumentor 2.2.0 .