Exemplo n.º 1
0
 function __construct($value = null)
 {
     $this->letters = range('A', 'Z');
     $this->digits = range(1, 9);
     parent::__construct($value);
 }
Exemplo n.º 2
0
 function __construct()
 {
     parent::__construct();
 }
Exemplo n.º 3
0
 function __construct($value = null)
 {
     $this->auto_protocol = true;
     parent::__construct($value);
 }