Methods
PHP magic method to facilitate dynamic methods
__call(string $name, array $args) : mixed
Parameters
$name
string
$args
array
Returns
mixed
Constructor - Any classes loaded here become subclasses of miniMVC
__construct(array $members)
Parameters
$members
array
append()
append()
Inherited
inherited_from |
ArrayObject::append() |
inherited_from |
\MM::append() |
asort()
asort()
Inherited
inherited_from |
ArrayObject::asort() |
inherited_from |
\MM::asort() |
count()
count()
Inherited
inherited_from |
ArrayObject::count() |
inherited_from |
\MM::count() |
exchangeArray()
exchangeArray()
Inherited
inherited_from |
ArrayObject::exchangeArray() |
inherited_from |
\MM::exchangeArray() |
getArrayCopy()
getArrayCopy()
Inherited
inherited_from |
ArrayObject::getArrayCopy() |
inherited_from |
\MM::getArrayCopy() |
getFlags()
getFlags()
Inherited
inherited_from |
ArrayObject::getFlags() |
inherited_from |
\MM::getFlags() |
getIterator()
getIterator()
Inherited
inherited_from |
ArrayObject::getIterator() |
inherited_from |
\MM::getIterator() |
getIteratorClass()
getIteratorClass()
Inherited
inherited_from |
ArrayObject::getIteratorClass() |
inherited_from |
\MM::getIteratorClass() |
ksort()
ksort()
Inherited
inherited_from |
ArrayObject::ksort() |
inherited_from |
\MM::ksort() |
Method to load classes into the singleton
load_class(string $name, string $type) : void
Parameters
$name
string
$type
string
Convenience function to load config files
load_config(string $name)
natcasesort()
natcasesort()
Inherited
inherited_from |
ArrayObject::natcasesort() |
inherited_from |
\MM::natcasesort() |
natsort()
natsort()
Inherited
inherited_from |
ArrayObject::natsort() |
inherited_from |
\MM::natsort() |
offsetExists()
offsetExists()
Inherited
inherited_from |
ArrayObject::offsetExists() |
inherited_from |
\MM::offsetExists() |
offsetGet()
offsetGet()
Inherited
inherited_from |
ArrayObject::offsetGet() |
inherited_from |
\MM::offsetGet() |
offsetSet()
offsetSet()
Inherited
inherited_from |
ArrayObject::offsetSet() |
inherited_from |
\MM::offsetSet() |
offsetUnset()
offsetUnset()
Inherited
inherited_from |
ArrayObject::offsetUnset() |
inherited_from |
\MM::offsetUnset() |
serialize()
serialize()
Inherited
inherited_from |
ArrayObject::serialize() |
inherited_from |
\MM::serialize() |
setFlags()
setFlags()
Inherited
inherited_from |
ArrayObject::setFlags() |
inherited_from |
\MM::setFlags() |
setIteratorClass()
setIteratorClass()
Inherited
inherited_from |
ArrayObject::setIteratorClass() |
inherited_from |
\MM::setIteratorClass() |
uasort()
uasort()
Inherited
inherited_from |
ArrayObject::uasort() |
inherited_from |
\MM::uasort() |
uksort()
uksort()
Inherited
inherited_from |
ArrayObject::uksort() |
inherited_from |
\MM::uksort() |
Convenience function to remove an object from the singleton
unload(string $name)
unserialize()
unserialize()
Inherited
inherited_from |
ArrayObject::unserialize() |
inherited_from |
\MM::unserialize() |
Properties