PHP Class Kohkimakimoto\Worker\Foundation\Config

Datei anzeigen Open project: kohkimakimoto/workerphp

Protected Properties

Property Type Description
$isDebug
$name
$tmpDir

Public Methods

Method Description
__construct ( $config = [] )
getName ( )
getTmpDir ( )
isDebug ( )

Method Details

__construct() public method

public __construct ( $config = [] )

getName() public method

public getName ( )

getTmpDir() public method

public getTmpDir ( )

isDebug() public method

public isDebug ( )

Property Details

$isDebug protected_oe property

protected $isDebug

$name protected_oe property

protected $name

$tmpDir protected_oe property

protected $tmpDir