mirror of
https://github.com/nextcloud/server.git
synced 2025-02-21 23:56:55 +00:00
28 lines
344 B
PHP
28 lines
344 B
PHP
<?php
|
|
|
|
namespace LDAP {
|
|
|
|
/**
|
|
* @strict-properties
|
|
* @not-serializable
|
|
*/
|
|
final class Connection
|
|
{
|
|
}
|
|
|
|
/**
|
|
* @strict-properties
|
|
* @not-serializable
|
|
*/
|
|
final class Result
|
|
{
|
|
}
|
|
|
|
/**
|
|
* @strict-properties
|
|
* @not-serializable
|
|
*/
|
|
final class ResultEntry
|
|
{
|
|
}
|
|
}
|