Documentation

NullLazyMap extends AbstractLazyMap
in package

Example lazy map producing only null values

Tags
author

Marco Pivetta ocramius@gmail.com

Table of Contents

__get()  : mixed
Magic PHP getter {@link http://www.php.net/manual/en/language.oop5.overloading.php#object.get}
instantiate()  : mixed
Instantiate a particular key by the given name

Methods

__get()

Magic PHP getter {@link http://www.php.net/manual/en/language.oop5.overloading.php#object.get}

public __get(string $name) : mixed
Parameters
$name : string
Return values
mixed

reference

instantiate()

Instantiate a particular key by the given name

protected instantiate(mixed $name) : mixed
Parameters
$name : mixed
Return values
mixed

Search results