title; } /** * * @return string */ public function get_subtitle() { return $this->subtitle; } /** * * @return DateTime */ public function get_created_on() { return $this->created_on; } /** * * @return DateTime */ public function get_updated_on() { return $this->updated_on; } }