Config_Container::getAttribute()

Config_Container::getAttribute() -- 获取单条目的属性

大纲

require_once 'Config/Container.php';

mixed Config_Container::getAttribute (字符串 $attribute)

基本描述

该方法返回指定属性(名称)的值。要获得所有的属性值,参见 getAttributes()

参数

字符串 $attribute

属性的名称。

返回值

mixed - 条目的属性值。

注意

该函数不能被静态调用。