Home
last modified time | relevance | path

Searched refs:SequenceOfType (Results 1 – 3 of 3) sorted by relevance

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/
H A DAsn1.php33 use FreeDSx\Asn1\Type\SequenceOfType; alias
62 * @return SequenceOfType
64 public static function sequenceOf(AbstractType ...$types): SequenceOfType
66 return new SequenceOfType(...$types);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapMessage.php21 use FreeDSx\Asn1\Type\SequenceOfType; alias
121 /** @var SequenceOfType $controls */
163 /** @var SequenceOfType $child */
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DSequenceOfType.php18 class SequenceOfType extends SequenceType class