Config_Container::getItemPosition

Config_Container::getItemPosition() – Return item rank in its parent children array

Synopsis

require_once 'Config/Container.php';

int Config_Container::getItemPosition ( void )

Description

Returns the item rank in its parent children array according to other items with same type and name.

Return value

mixed - returns int or NULL if root object

Note

This function can not be called statically.

Return item index in its parent children array (Previous) Get item name (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.