Psr7Middlewares\Middleware\MethodOverride::get PHP Метод

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

Set allowed method for GET.
public get ( array $methods ) : self
$methods array
Результат self
    public function get(array $methods)
    {
        $this->get = $methods;
        return $this;
    }