/**
  * Initialize the data formats of the model
  * @return null
  */
 protected function initDataFormats()
 {
     $meta = $this->model->getMeta();
     $this->titleFormat = $meta->getFormat(EntryFormatter::FORMAT_TITLE);
     $this->teaserFormat = $meta->getFormat(EntryFormatter::FORMAT_TEASER);
     $this->imageFormat = $meta->getFormat(EntryFormatter::FORMAT_IMAGE);
     $this->dateFormat = $meta->getFormat(EntryFormatter::FORMAT_DATE);
 }