Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17405 программистов и 1874 робота. Сейчас ищут 1592 программиста ...
Config_Container::getType
Вернуться к: Config_Container class
Config_Container::getType
Config_Container::getType() – Get item type
Synopsis
require_once 'Config/Container.php';
string Config_Container::getType ( void )
Gets this item's type.
Return value
string - item type
Note
This function can not be called statically.
Вернуться к: Config_Container class