Exemplo n.º 1
0
 public function __construct($boValue = null)
 {
     Nullable::__construct();
     if ($boValue != null) {
         $this->setValue($boValue);
     }
 }
Exemplo n.º 2
0
 function __construct($cdsValue)
 {
     parent::__construct();
     if ($cdsValue != null) {
         $this->setValue($cdsValue);
     }
 }