Ejemplo n.º 1
0
 function __construct()
 {
     parent::__construct();
     $this->value = 'N';
 }
Ejemplo n.º 2
0
 function __construct($value = null)
 {
     $this->set_length(UNIQUE_HASH_DEFAULT_LENGTH);
     parent::__construct($value);
 }
Ejemplo n.º 3
0
 function __construct($value = null)
 {
     $this->is_now = false;
     parent::__construct($value);
 }
Ejemplo n.º 4
0
 function __construct($value = null)
 {
     $this->CurrencyHelper = new CurrencyHelper();
     parent::__construct($value);
 }