require_once 'Config/Container.php';
mixed Config_Container::getAttribute (字符串 $attribute)
mixed Config_Container::getAttribute
该方法返回指定属性(名称)的值。要获得所有的属性值,参见 getAttributes()。
属性的名称。
mixed - 条目的属性值。
该函数不能被静态调用。