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