registryItem
July 23, 2019 · View on GitHub
- class
registryItem(bundle\windows\result\registryItem) extendsabstractItem - source
bundle/windows/result/registryItem.php
Properties
->key:mixed- Ключ->value:mixed- Значение->type:string- Тип значения- See also in the parent class abstractItem.
Methods
->__construct()->getType()- Type.->getKey()- Key name.->getValue()- Value.->__toString()- See also in the parent class abstractItem
Methods
__construct()
__construct(mixed $key, mixed $type, mixed $value): void
getType()
getType(): string
Type.
getKey()
getKey(): string
Key name.
getValue()
getValue(): string
Value.
__toString()
__toString(): void