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