PHP Interface Themosis\Config\IConfig

显示文件 Open project: themosis/framework

Public Methods

Method Description
get ( string $name ) : mixed Get the all or one property from a configuration file.

Method Details

get() public method

Get the all or one property from a configuration file.
public get ( string $name ) : mixed
$name string The name of the file to look at with its property.
return mixed The properties or one property value.