PHP Class Swoole\Config

Inheritance: extends swoole\ArrayObject
Show file Open project: matyhtf/swoole_framework Class Usage Examples

Public Properties

Property Type Description
$active
$debug
$dir_num

Protected Properties

Property Type Description
$config
$config_path

Public Methods

Method Description
load ( $index )
offsetExists ( $index )
offsetGet ( $index )
offsetSet ( $index, $newval )
offsetUnset ( $index )
setPath ( $dir )

Method Details

load() public method

public load ( $index )

offsetExists() public method

public offsetExists ( $index )

offsetGet() public method

public offsetGet ( $index )

offsetSet() public method

public offsetSet ( $index, $newval )

offsetUnset() public method

public offsetUnset ( $index )

setPath() public method

public setPath ( $dir )

Property Details

$active static public property

static public $active

$config protected property

protected $config

$config_path protected property

protected $config_path

$debug static public property

static public $debug

$dir_num public property

public $dir_num