Example #1
0
 public function __construct($options = array())
 {
     //TODO do things needed
     //$this->register($options);
     //or call parent
     parent::__construct($options);
 }
Example #2
0
 public function __construct($options = array())
 {
     //TODO construct what ever is needed here.
     parent::__construct($options);
 }