Home
last modified time | relevance | path

Searched refs:__executeCommand (Results 1 – 1 of 1) sorted by relevance

/plugin/siteexport/action/
H A Dstartup.php78 if ( $command == 'siteexport_addpage' && $this->__executeCommand() )
86 if ( $event->data != 'siteexport_addpage' || ! $this->__executeCommand() ) { return; }
100 if ( $this->__executeCommand() ) {
148 private function __executeCommand() { function in action_plugin_siteexport_startup