Class Pinoco_NothingVars
Special Variable model as Nothing object.
- Pinoco_Vars implements IteratorAggregate, ArrayAccess, Countable, Pinoco_ArrayConvertible
- Pinoco_NothingVars
Package: Pinoco
Copyright: Copyright 2010-2012, Hisateru Tanaka <tanakahisateru@gmail.com>
License: License (http://www.opensource.org/licenses/mit-license.php)
Author: Hisateru Tanaka <tanakahisateru@gmail.com>
Located at Pinoco/NothingVars.php
Copyright: Copyright 2010-2012, Hisateru Tanaka <tanakahisateru@gmail.com>
License: License (http://www.opensource.org/licenses/mit-license.php)
Author: Hisateru Tanaka <tanakahisateru@gmail.com>
Located at Pinoco/NothingVars.php
public static
|
|
public
|
#
get( string $name, mixed $default =
Returns itself as globally unique NothingVars. |
public
boolean
|
|
public
|
|
public
|
#
registerAsMethod( string $name, callable $callable )
Every values passed to Nothing would be lost. |
public
|
#
registerAsDynamic( string $name, callable $callable, array $context = array() )
Every values passed to Nothing would be lost. |
public
|
#
registerAsLazy( string $name, callable $callable, array $context = array() )
Every values passed to Nothing would be lost. |
public
|
|
public
array
|
|
public
array
|
|
public
string
|
__call(),
__construct(),
__get(),
__isset(),
__set(),
__unset(),
count(),
fromArray(),
getIterator(),
keys(),
markAsDirty(),
offsetExists(),
offsetGet(),
offsetSet(),
offsetUnset(),
remove(),
rget(),
setDefault(),
setLoose(),
values(),
wrap()
|