Exemplo n.º 1
0
 public function __construct($core, $new_key = NULL)
 {
     parent::__construct($core);
     if (!is_null($new_key)) {
         $this->new_key = $new_key;
     }
 }
Exemplo n.º 2
0
 public function __construct($core, $key2 = NULL)
 {
     parent::__construct($core);
     if (!is_null($key2)) {
         $this->key2 = $key2;
     }
 }