Acme\DemoBundle\Controller\TodoController::removeTodosAction PHP Méthode

removeTodosAction() public méthode

Removes a todo.
public removeTodosAction ( integer $id ) : Response
$id integer the todo id
Résultat Symfony\Component\HttpFoundation\Response
    public function removeTodosAction($id)
    {
        return $this->deleteTodosAction($id);
    }