|
eZ Publish
[4.2]
|
Go to the source code of this file.
Classes | |
| class | updateNodeAssignment |
| Update script for bug 15478:Node assignment is not removed when removing node from child list Cleaning up the unused data in eznode_assignment table whose relevant record in ezcontentobject_tree has been deleted when removing a node in the bug. More... | |
Variables | |
| $cli = eZCLI::instance() | |
| $options = $script->getOptions( "", "", array( "-q" => "Quiet mode" ) ) | |
| $quiet = $script->isQuiet() | |
| $script | |
| $cli = eZCLI::instance() |
Definition at line 148 of file updatenodeassignment.php.
| $options = $script->getOptions( "", "", array( "-q" => "Quiet mode" ) ) |
Definition at line 143 of file updatenodeassignment.php.
| $quiet = $script->isQuiet() |
Definition at line 145 of file updatenodeassignment.php.
Referenced by eZSys\environmentVariable(), updateNodeAssignment\execute(), eZStaticCache\generateAlwaysUpdatedCache(), eZStaticCache\generateCache(), eZSys\path(), eZContentClassAttribute\removeThis(), and eZSys\serverVariable().
eZScript::instance( array( 'description' => "eZ Publish node assignment update script. " . "This script will clean up unused node assignment entries because of bug 15478: " . "node assignment is not removed when removing node from child list", 'use-session' => false, 'use-modules' => false, 'use-extension' => false ) )
Definition at line 136 of file updatenodeassignment.php.