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