app\controllers\NotesController::getAll PHP 메소드

getAll() 공개 메소드

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