entries[] = $entry; return $this; } /** * * @return Array */ public function get_entries() { return $this->entries; } }