Exemplo n.º 1
0
 /**
  * get document entity
  *
  * @return DocumentEntity
  */
 public function getDocument()
 {
     // item entity 의 attributes 를 document entity 에 dump
     $this->doc->fill($this->getAttributes());
     return $this->doc;
 }