ManaPHP\Mvc\RouterInterface::removeExtraSlashes PHP Метод

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

Set whether router must remove the extra slashes in the handled routes
public removeExtraSlashes ( boolean $remove ) : static
$remove boolean
Результат static
    public function removeExtraSlashes($remove);