XML_MXML
[ class tree: XML_MXML ] [ index: XML_MXML ] [ all elements ]

Class: XML_MXML_Effects_WipeLeft

Source Location: /XML_MXML-0.3.0/MXML/Effects/WipeLeft.php

Class Overview

XML_MXML_Element
   |
   --XML_MXML_Effects_Effect
      |
      --XML_MXML_Effects_TweenEffect
         |
         --XML_MXML_Effects_MaskEffect
            |
            --XML_MXML_Effects_WipeLeft

XML/MXML/Effects/WipeLeft.php


Author(s):

Variables

Methods


Inherited Variables

Inherited Methods

Class: XML_MXML_Effects_MaskEffect

XML_MXML_Effects_MaskEffect::__construct()
Constructor

Class: XML_MXML_Effects_TweenEffect

XML_MXML_Effects_TweenEffect::__construct()
Constructor

Class: XML_MXML_Effects_Effect

XML_MXML_Effects_Effect::__construct()
Constructor

Class: XML_MXML_Element

XML_MXML_Element::__construct()
Constructor
XML_MXML_Element::addAttributeDefinitions()
Add attribute definitions.
XML_MXML_Element::addCData()
Add cdata.
XML_MXML_Element::appendChild()
Add a child object.
XML_MXML_Element::appendStructure()
Append structure to element.
XML_MXML_Element::cloneElement()
Clone the element.
XML_MXML_Element::current()
Return the current element.
XML_MXML_Element::dump()
Get a debug info about the element as string.
XML_MXML_Element::firstChild()
Get the first child of the element.
XML_MXML_Element::getAllowedChilds()
Get allowed child elements.
XML_MXML_Element::getAttribute()
Get an attribute.
XML_MXML_Element::getAvailableAttributes()
Get available attributes.
XML_MXML_Element::getChildren()
Returns an object that recursively iterates the current element.
XML_MXML_Element::getDocument()
Set the reference to the document.
XML_MXML_Element::getElementById()
Get an element by its id.
XML_MXML_Element::getElementName()
Get the element's tag name.
XML_MXML_Element::getElementsByTagname()
Get a nodelist of elements by their tagname.
XML_MXML_Element::getId()
Get the element's id.
XML_MXML_Element::hasChildren()
Return whether current element can be iterated itself.
XML_MXML_Element::isLast()
Check if current element is the last.
XML_MXML_Element::key()
Return the key of the current element.
XML_MXML_Element::lastChild()
Get last first child of the element.
XML_MXML_Element::next()
Move forward to next element.
XML_MXML_Element::offsetExists()
Check if attribute offset exists.
XML_MXML_Element::offsetGet()
Pick value from attributes.
XML_MXML_Element::offsetSet()
Set certain attributes value.
XML_MXML_Element::offsetUnset()
Unset certain attributes value.
XML_MXML_Element::rewind()
Rewind the Iterator to the first element.
XML_MXML_Element::serialize()
Serialize the element.
XML_MXML_Element::setAllowedChilds()
Set allowed child elements.
XML_MXML_Element::setAttribute()
Set an attribute.
XML_MXML_Element::setAttributes()
Sets several attributes at once.
XML_MXML_Element::setCData()
Sets cdata of the element.
XML_MXML_Element::setDocument()
Set the reference to the document.
XML_MXML_Element::setNamespace()
Set Namespace.
XML_MXML_Element::toXML()
Create a string representation of the element.
XML_MXML_Element::valid()
Check if there is a current element after calls to rewind() or next().
XML_MXML_Element::validate()
Validate the element's attributes.

Class Details

[line 45]
XML/MXML/Effects/WipeLeft.php

WipeLeft element.



[ Top ]


Class Variables

$elementName =  'WipeLeft'

[line 54]

Element name.
  • Access: public

Type:   string
Overrides:   Array


[ Top ]

$sinceMXMLVersion =  '1.0'

[line 62]

Since MXML version.
  • Access: public

Type:   string
Overrides:   Array


[ Top ]



Method Detail

__construct (Constructor)   [line 72]

XML_MXML_Effects_WipeLeft __construct( [ $attributes = array()], [ $cdata = null])

Constructor
  • Access: public

Overrides XML_MXML_Effects_MaskEffect::__construct() (Constructor)

Parameters:

   $attributes   — 
   $cdata   — 

[ Top ]


Documentation generated on Mon, 11 Mar 2019 13:57:19 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.