Example #1
0
 public function __construct($value, $string_tag = DirectoryString::UTF8)
 {
     $this->_oid = AttributeType::OID_COMMON_NAME;
     parent::__construct($value, $string_tag);
 }
Example #2
0
 public function __construct($value, $string_tag = DirectoryString::UTF8)
 {
     $this->_oid = AttributeType::OID_ORGANIZATIONAL_UNIT_NAME;
     parent::__construct($value, $string_tag);
 }