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