示例#1
0
 public function __construct($value)
 {
     $this->_oid = AttributeType::OID_COUNTRY_NAME;
     parent::__construct($value);
 }
示例#2
0
 public function __construct($value)
 {
     $this->_oid = AttributeType::OID_SERIAL_NUMBER;
     parent::__construct($value);
 }