Example #1
0
 /**
  * @return null|string
  */
 public function getContentType()
 {
     return $this->contentType ?: $this->content->getContentType();
 }