Пример #1
0
 public function __construct($_caption = '')
 {
     $this->caption = $_caption;
     $this->rows = array();
     parent::__construct();
 }
Пример #2
0
 public function __construct($_content = '')
 {
     $this->content = $_content;
     parent::__construct();
 }