diff --git a/src/Poche/Model/Entry.php b/src/Poche/Model/Entry.php index 33b604c..4a4b329 100644 --- a/src/Poche/Model/Entry.php +++ b/src/Poche/Model/Entry.php @@ -16,4 +16,8 @@ class Entry return $this->id; } + public function getTitle() { + return $this->title; + } + }