Roller\RouteSet::get PHP Method

get() public method

__call magic is always slow than methods
public get ( $path, $callback, $options = [] )
    public function get($path, $callback, $options = array())
    {
        $options['method'] = 'get';
        return $this->add($path, $callback, $options);
    }