ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
◀ ilDoc Overview
Element.php
Go to the documentation of this file.
1
<?
php
15
namespace
phpseclib\File\ASN1
;
16
26
class
Element
27
{
34
var
$element
;
35
43
function
__construct
(
$encoded
)
44
{
45
$this->element =
$encoded
;
46
}
47
}
phpseclib\File\ASN1\Element\__construct
__construct($encoded)
Constructor.
Definition:
Element.php:43
phpseclib\File\ASN1\Element\$element
$element
Definition:
Element.php:34
phpseclib\File\ASN1
Definition:
Element.php:15
php
phpseclib\File\ASN1\Element
Definition:
Element.php:26
phpseclib\File\ASN1\$encoded
$encoded
Definition:
ASN1.php:131
libs
composer
vendor
phpseclib
phpseclib
phpseclib
File
ASN1
Element.php
Generated on Thu Jan 16 2025 19:01:39 for ILIAS by
1.8.13 (using
Doxyfile
)