GetOptionKit\OptionResult::getArguments PHP Method

getArguments() public method

public getArguments ( )
    public function getArguments()
    {
        return array_map(function ($e) {
            return $e->__toString();
        }, $this->arguments);
    }