Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PropertyGetter<T>

A method which is called to retrieve a value of the given type.

Type parameters

  • T

    The type of value to be retrieved.

Hierarchy

  • PropertyGetter

Callable

  • __call(): T
  • Gets the current value of the property

    Returns T

    The current value

Generated using TypeDoc