Home
last modified time | relevance | path

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

/dokuwiki/vendor/splitbrain/php-cli/src/
H A DBase.php144 $this->checkArguments();
207 protected function checkArguments()
209 $this->options->checkArguments();
165 protected function checkArguments() global() function in splitbrain\\phpcli\\Base
H A DOptions.php191 public function checkArguments() function in splitbrain\\phpcli\\Options