コード例 #1
0
ファイル: TLabel.php プロジェクト: kiibe/linkERP
 /**
  * Clone the object
  */
 public function __clone()
 {
     parent::__clone();
     $this->embedStyle = clone $this->embedStyle;
 }