예제 #1
0
파일: Entity.php 프로젝트: sensiblemn/Known
 /**
  * Retrieves the content type object associated with this class;
  * @return bool|ContentType
  */
 function getContentType()
 {
     return \Idno\Common\ContentType::getContentTypeObjectFromClass($this->getClass());
 }