示例#1
0
 public function __construct($_caption = '')
 {
     $this->caption = $_caption;
     $this->rows = array();
     parent::__construct();
 }
示例#2
0
文件: Cell.php 项目: Chocanto/autoTab
 public function __construct($_content = '')
 {
     $this->content = $_content;
     parent::__construct();
 }