PhpBrew\Command\CleanCommand::options PHP Метод

options() публичный Метод

public options ( $opts )
    public function options($opts)
    {
        $opts->add('a|all', 'Remove all the files in the source directory of the PHP distribution.');
    }