|
eZ Publish
[4.2]
|
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 31 of file ezsimplifiedxmlinput.php.
| eZSimplifiedXMLInput::eZSimplifiedXMLInput | ( | &$ | xmlData, |
| $ | aliasedType, | ||
| $ | contentObjectAttribute | ||
| ) |
Definition at line 33 of file ezsimplifiedxmlinput.php.
| eZSimplifiedXMLInput::inputXML | ( | ) | [virtual] |
Returns the input XML representation of the datatype.
Implements eZXMLInputHandler.
Definition at line 137 of file ezsimplifiedxmlinput.php.
| static eZSimplifiedXMLInput::updateUrlObjectLinks | ( | $ | contentObjectAttribute, |
| $ | urlIDArray | ||
| ) | [static] |
Updates URL - object links.
Definition at line 46 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 65 of file ezsimplifiedxmlinput.php.
| eZSimplifiedXMLInput::$IsInputValid |
Definition at line 162 of file ezsimplifiedxmlinput.php.