Home
last modified time | relevance | path

Searched refs:main (Results 26 – 28 of 28) sorted by path

12

/dokuwiki/vendor/simplepie/simplepie/
H A DREADME.markdown80 The main development for the next minor release happens in `master` branch.
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md42 protected function main(Options $options)
67 - implement the ```main($options)``` method and do your business logic there
82 You can use the provided ``splitbrain\phpcli\Exception`` to signal any problems within your main code yourself. The
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DBase.php113 * Your main program
122 abstract protected function main(Options $options);
128 * and finally executes main() - Each part is split into their own protected function below, so behaviour
213 * Wrapper around main
217 $this->main($this->options);
76 abstract protected function main(Options $options); global() function in splitbrain\\phpcli\\Base

12