示例#1
0
文件: TLabel.php 项目: kiibe/linkERP
 /**
  * Clone the object
  */
 public function __clone()
 {
     parent::__clone();
     $this->embedStyle = clone $this->embedStyle;
 }