phpDocumentor Naos_Menu
[ class tree: Naos_Menu ] [ index: Naos_Menu ] [ all elements ]

Class: Naos_Menu_SmartyInterface

Source Location: /Menu/SmartyInterface.php

Class Naos_Menu_SmartyInterface

Class Overview

Naos_Menu_SmartyInterface

Located in /Menu/SmartyInterface.php [line 23]

ArrayObject
   |
   --Naos_Menu_SmartyInterface
Author(s):
Information Tags:
Copyright:  Copyright (c) 2008 Jupiter GmbH
License:  http://www.naos-framework.com/website.naos.framework/en/license

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

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

[ Top ]
Method Summary
Naos_Menu_SmartyInterface   __construct()  
void   offsetExists()  
void   offsetGet()  
void   offsetSet()  
void   offsetUnset()  

[ Top ]
Methods
Constructor __construct  [line 27]

  Naos_Menu_SmartyInterface __construct( [ $stack = array()]  )

Parameters:
   $stack: 

API Tags:
Access:  public


Redefinition of:
ArrayObject::constructor __construct ( $array )

[ Top ]
offsetExists  [line 32]

  void offsetExists( $offset  )

Parameters:
   $offset: 

API Tags:
Access:  public


Redefinition of:
ArrayObject::offsetExists ( $index )

[ Top ]
offsetGet  [line 37]

  void offsetGet( $offset  )

Parameters:
   $offset: 

API Tags:
Access:  public


Redefinition of:
ArrayObject::offsetGet ( $index )

[ Top ]
offsetSet  [line 51]

  void offsetSet( $offset, $value  )

Parameters:
   $offset: 
   $value: 

API Tags:
Access:  public


Redefinition of:
ArrayObject::offsetSet ( $index, $newval )

[ Top ]
offsetUnset  [line 55]

  void offsetUnset( $offset  )

Parameters:
   $offset: 

API Tags:
Access:  public


Redefinition of:
ArrayObject::offsetUnset ( $index )

[ Top ]

Documentation generated on Sat, 13 Sep 2008 01:41:00 -0400 by phpDocumentor 1.4.0