Esempio n. 1
0
 /**
  * Retrieves the content type object associated with this class;
  * @return bool|ContentType
  */
 function getContentType()
 {
     return \Idno\Common\ContentType::getContentTypeObjectFromClass($this->getClass());
 }