Class: Naos_Menu_SmartyInterface
Source Location: /Menu/SmartyInterface.php
Class Naos_Menu_SmartyInterface
Inherited Properties, Constants, and Methods
|
|
Inherited From ArrayObject (Internal Class)
-
constructor __construct ( $array )
-
-
append ( $value )
-
-
asort ( )
-
-
count ( )
-
-
exchangeArray ( $array )
-
-
getArrayCopy ( )
-
-
getFlags ( )
-
-
getIterator ( )
-
-
getIteratorClass ( )
-
-
ksort ( )
-
-
natcasesort ( )
-
-
natsort ( )
-
-
offsetExists ( $index )
-
-
offsetGet ( $index )
-
-
offsetSet ( $index, $newval )
-
-
offsetUnset ( $index )
-
-
setFlags ( $flags )
-
-
setIteratorClass ( $iteratorClass )
-
-
uasort ( $cmp_function )
-
-
uksort ( $cmp_function )
-
|
Inherited From ArrayObject (Internal Class)
-
ARRAY_AS_PROPS = 2
-
-
STD_PROP_LIST = 1
-
|
Methods
Naos_Menu_SmartyInterface __construct(
[
$stack = array()]
)
|
|
Parameters:
API Tags:
Redefinition of:
- ArrayObject::constructor __construct ( $array )
void offsetExists(
$offset
)
|
|
Parameters:
API Tags:
Redefinition of:
- ArrayObject::offsetExists ( $index )
void offsetGet(
$offset
)
|
|
Parameters:
API Tags:
Redefinition of:
- ArrayObject::offsetGet ( $index )
void offsetSet(
$offset,
$value
)
|
|
Parameters:
API Tags:
Redefinition of:
- ArrayObject::offsetSet ( $index, $newval )
void offsetUnset(
$offset
)
|
|
Parameters:
API Tags:
Redefinition of:
- ArrayObject::offsetUnset ( $index )
|
|