ManaPHP\Mvc\Router::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)
    {
        $this->_removeExtraSlashes = $remove;
        return $this;
    }