Esempio n. 1
0
 public function __construct($_caption = '')
 {
     $this->caption = $_caption;
     $this->rows = array();
     parent::__construct();
 }
Esempio n. 2
0
 public function __construct($_content = '')
 {
     $this->content = $_content;
     parent::__construct();
 }