|
eZ Publish
[trunk]
|
Inheritance diagram for eZSimplifiedXMLInput:
Collaboration diagram for eZSimplifiedXMLInput:Public Member Functions | |
| eZSimplifiedXMLInput (&$xmlData, $aliasedType, $contentObjectAttribute) | |
| inputXML () | |
| validateInput ($http, $base, $contentObjectAttribute) | |
Static Public Member Functions | |
| static | updateUrlObjectLinks ($contentObjectAttribute, $urlIDArray) |
Public Attributes | |
| $IsInputValid | |
Definition at line 11 of file ezsimplifiedxmlinput.php.
| eZSimplifiedXMLInput::eZSimplifiedXMLInput | ( | &$ | xmlData, |
| $ | aliasedType, | ||
| $ | contentObjectAttribute | ||
| ) |
Definition at line 13 of file ezsimplifiedxmlinput.php.
| eZSimplifiedXMLInput::inputXML | ( | ) | [virtual] |
Returns the input XML representation of the datatype.
Implements eZXMLInputHandler.
Definition at line 117 of file ezsimplifiedxmlinput.php.
| static eZSimplifiedXMLInput::updateUrlObjectLinks | ( | $ | contentObjectAttribute, |
| $ | urlIDArray | ||
| ) | [static] |
Updates URL - object links.
Definition at line 26 of file ezsimplifiedxmlinput.php.
Referenced by eZXMLTextType\onPublish(), ezpUrlObjectLinkUpdate\processData(), and validateInput().
| eZSimplifiedXMLInput::validateInput | ( | $ | http, |
| $ | base, | ||
| $ | contentObjectAttribute | ||
| ) | [virtual] |
Validates the input and returns true if the input was valid for this datatype.
Implements eZXMLInputHandler.
Definition at line 45 of file ezsimplifiedxmlinput.php.
| eZSimplifiedXMLInput::$IsInputValid |
Definition at line 143 of file ezsimplifiedxmlinput.php.