예제 #1
0
파일: TLabel.php 프로젝트: kiibe/linkERP
 /**
  * Clone the object
  */
 public function __clone()
 {
     parent::__clone();
     $this->embedStyle = clone $this->embedStyle;
 }