This class is used to declare public functions
package | OWR |
---|---|
subpackage | Interfaces |
__clone()
access | public |
---|---|
author | Pierre-Alain Mignot |
__get(string $var) : mixed
access | public |
---|---|
author | Pierre-Alain Mignot |
string
the var name
mixed
the desired value if exists or null__set(string $var, mixed $value) : mixed
access | public |
---|---|
author | Pierre-Alain Mignot |
string
the var name
mixed
the value to assign to $var
mixed
the value if succeed of false__wakeUp()
access | public |
---|---|
author | Pierre-Alain Mignot |
get(string $var) : mixed
access | public |
---|---|
author | Pierre-Alain Mignot |
string
the var name
mixed
the desired value if exists or nulliGet() : mixed
register(mixed $instance)
set(string $var, mixed $value) : mixed
access | public |
---|---|
author | Pierre-Alain Mignot |
string
the var name
mixed
the value to assign to $var
mixed
the value if succeed of false