App\services\NotesService::getAll PHP 메소드

getAll() 공개 메소드

public getAll ( )
    public function getAll()
    {
        return $this->db->fetchAll("SELECT * FROM notes");
    }