app\controllers\NotesController::getAll PHP Method

getAll() public method

public getAll ( )
    public function getAll()
    {
        return new JsonResponse($this->notesService->getAll());
    }