App\services\NotesService::getAll PHP Méthode

getAll() public méthode

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