eZPublish
4.7
|
Utility class to help fix occurrences of external http-links not correctly associated with all versions/translations of an object. More...
Public Member Functions | |
__construct ($cli, $script, $options) | |
Create a new instance of the ezpUrlObjectLink object. More... | |
outputString ($message, $label=null, $groupedEntry=false) | |
Add a message to the message buffer, to be displayed after processData has completed. More... | |
processData () | |
Search through valid ezxmltext occurrences, and fix missing url object links if specified. More... | |
showSummary () | |
Print a summary of all the messages created during processData. More... | |
xmlClassAttributeIds () | |
Get an array of all defined class attributes with ezxmltext datatype. More... | |
xmlTextContentObjectAttributeCount () | |
Retrieve the number of valid ezxmltext occurences. More... | |
Public Attributes | |
$cli | |
$doFix | |
$fetchLimit | |
$finalOutputMessageArray = array() | |
$offset | |
$outputEntryNumber | |
$processedCount | |
$script | |
$verboseLevel | |
$xmlAttrCount = null | |
$xmlClassAttributeIdArray = null | |
Utility class to help fix occurrences of external http-links not correctly associated with all versions/translations of an object.
ezpUrlObjectLinkUpdate::__construct | ( | $cli, | |
$script, | |||
$options | |||
) |
ezpUrlObjectLinkUpdate::outputString | ( | $message, | |
$label = null , |
|||
$groupedEntry = false |
|||
) |
Add a message to the message buffer, to be displayed after processData has completed.
string | $message | |
string | $label | |
bool | $groupedEntry |
Referenced by processData().
ezpUrlObjectLinkUpdate::processData | ( | ) |
Search through valid ezxmltext occurrences, and fix missing url object links if specified.
ezpUrlObjectLinkUpdate::showSummary | ( | ) |
Print a summary of all the messages created during processData.
ezpUrlObjectLinkUpdate::xmlClassAttributeIds | ( | ) |
Get an array of all defined class attributes with ezxmltext datatype.
Referenced by processData(), and xmlTextContentObjectAttributeCount().
ezpUrlObjectLinkUpdate::xmlTextContentObjectAttributeCount | ( | ) |
Retrieve the number of valid ezxmltext occurences.
Referenced by __construct(), and processData().
ezpUrlObjectLinkUpdate::$cli |
Referenced by __construct().
ezpUrlObjectLinkUpdate::$doFix |
ezpUrlObjectLinkUpdate::$fetchLimit |
Referenced by processData().
ezpUrlObjectLinkUpdate::$finalOutputMessageArray = array() |
ezpUrlObjectLinkUpdate::$offset |
ezpUrlObjectLinkUpdate::$outputEntryNumber |
Referenced by outputString().
ezpUrlObjectLinkUpdate::$processedCount |
ezpUrlObjectLinkUpdate::$script |
Referenced by __construct().
ezpUrlObjectLinkUpdate::$verboseLevel |
ezpUrlObjectLinkUpdate::$xmlAttrCount = null |
Referenced by xmlTextContentObjectAttributeCount().
ezpUrlObjectLinkUpdate::$xmlClassAttributeIdArray = null |
Referenced by xmlClassAttributeIds().