Config_Container::setType()

Config_Container::setType() -- Set item type

Synopsis

require_once 'Config/Container.php';

void Config_Container::setType (string $type)

Description

Set this item's type.

Parameter

string $type

item type

Note

This function can not be called statically.