Config_Container::setType

Config_Container::setType() – アイテムタイプを設定する

Synopsis

require_once 'Config/Container.php';

void Config_Container::setType ( string $type )

Description

このアイテムの種類を設定します。

Parameter

string $type

アイテムタイプを指定します。

Note

This function can not be called statically.