Config_Container::getItemIndex

Config_Container::getItemIndex() – Return item index in its parent children array

Synopsis

require_once 'Config/Container.php';

mixed Config_Container::getItemIndex ( void )

Description

Children Config_Container objects are stored in an array. This method will return the index of this item in its parent array.

Return value

mixed - returns int or NULL if root object

Note

This function can not be called statically.

Tries to find specific items (Previous) Return item rank in its parent children array (Next)
Last updated: Sat, 16 Feb 2019 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report.
View this page in:
  • English

User Notes:

There are no user contributed notes for this page.