phpldapadmin/app/Classes/LDAP/Attribute/Binary.php

12 lines
172 B
PHP
Raw Permalink Normal View History

2009-06-30 10:46:00 +00:00
<?php
namespace App\Classes\LDAP\Attribute;
use App\Classes\LDAP\Attribute;
/**
* Represents an attribute whose values are binary
2009-06-30 10:46:00 +00:00
*/
2023-03-02 07:21:53 +00:00
class Binary extends Attribute
{
}