Acme\DemoBundle\Controller\TodoController::removeTodosAction PHP 메소드

removeTodosAction() 공개 메소드

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