registryItem

July 23, 2019 · View on GitHub

  • class registryItem (bundle\windows\result\registryItem) extends abstractItem
  • source bundle/windows/result/registryItem.php

Properties

  • ->key : mixed - Ключ
  • ->value : mixed - Значение
  • ->type : string - Тип значения
  • See also in the parent class abstractItem.

Methods


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