예제 #1
0
파일: Object.php 프로젝트: fredcido/cenbrap
 /**
  * Mark object as modified, to include it into new PDF file segment
  */
 public function touch()
 {
     $this->_factory->markAsModified($this);
 }