Skip to content

Latest commit

 

History

History
73 lines (51 loc) · 1.31 KB

File metadata and controls

73 lines (51 loc) · 1.31 KB

registryItem

  • 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