| | |
| | | public $url = 'plugins/'; |
| | | public $task = ''; |
| | | public $output; |
| | | public $handlers = array(); |
| | | public $allowed_prefs = array(); |
| | | public $handlers = array(); |
| | | public $allowed_prefs = array(); |
| | | public $allowed_session_prefs = array(); |
| | | |
| | | protected $plugins = array(); |
| | | protected $tasks = array(); |
| | |
| | | $doc->loadXML($file); |
| | | $xpath = new DOMXPath($doc); |
| | | $xpath->registerNamespace('rc', "http://pear.php.net/dtd/package-2.0"); |
| | | $data = array(); |
| | | |
| | | // XPaths of plugin metadata elements |
| | | $metadata = array( |
| | |
| | | $args = $ret + $args; |
| | | } |
| | | |
| | | if ($args['abort']) { |
| | | if ($args['break']) { |
| | | break; |
| | | } |
| | | } |