ManaPHP\Mvc\Router\GroupInterface::addDelete PHP Метод

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

Adds a route to the router that only match if the HTTP method is DELETE
public addDelete ( string $pattern, string | array $paths = null ) : ManaPHP\Mvc\Router\RouteInterface
$pattern string
$paths string | array
Результат ManaPHP\Mvc\Router\RouteInterface
    public function addDelete($pattern, $paths = null);