PHP Class ManaPHP\Configure

Inheritance: extends Component, implements manaphp\ConfigureInterface
Show file Open project: manaphp/manaphp

Public Properties

Property Type Description
$debug boolean

Protected Properties

Property Type Description
$_masterKey string

Public Methods

Method Description
__debugInfo ( ) : array
getSecretKey ( string $type ) : string

Method Details

__debugInfo() public method

public __debugInfo ( ) : array
return array

getSecretKey() public method

public getSecretKey ( string $type ) : string
$type string
return string

Property Details

$_masterKey protected property

protected string $_masterKey
return string

$debug public property

public bool $debug
return boolean