Ejemplo n.º 1
0
 public function __construct($data = null, array $options = null)
 {
     parent::__construct();
     // Constructor
     $this->data = $data;
     $this->options = array_merge($this->options, (array) $options);
 }
Ejemplo n.º 2
0
 public function __construct($view = null, array $options = null)
 {
     parent::__construct();
     // Constructor
     $this->view = $view;
 }
Ejemplo n.º 3
0
 public function __construct($content = null, array $options = null)
 {
     parent::__construct();
     // Constructor
     $this->content = $content;
 }