Documentation

AbstractLazyMap
in package

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 abstract instantiate(string $name) : mixed
Parameters
$name : string
Return values
mixed

Search results