2023-03-02 07:21:53 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
namespace App\Classes\LDAP\Attribute\Internal;
|
|
|
|
|
|
|
|
use App\Classes\LDAP\Attribute\Internal;
|
|
|
|
|
|
|
|
/**
|
2023-04-02 12:07:15 +00:00
|
|
|
* Represents an DN Attribute
|
2023-03-02 07:21:53 +00:00
|
|
|
*/
|
2023-04-02 12:07:15 +00:00
|
|
|
final class DN extends Internal
|
2023-03-02 07:21:53 +00:00
|
|
|
{
|
|
|
|
}
|