Пример #1
0
 function __construct($value = null)
 {
     $this->letters = range('A', 'Z');
     $this->digits = range(1, 9);
     parent::__construct($value);
 }
Пример #2
0
 function __construct()
 {
     parent::__construct();
 }
Пример #3
0
 function __construct($value = null)
 {
     $this->auto_protocol = true;
     parent::__construct($value);
 }