PHP Class Exakat\Tasks\Tasks

Show file Open project: exakat/exakat Class Usage Examples

Public Properties

Property Type Description
$semaphore
$semaphorePort

Protected Properties

Property Type Description
$config
$datastore
$enabledLog
$exakatDir
$gremlin
$log

Public Methods

Method Description
__construct ( $gremlin, $config, $subTask = self::IS_NOT_SUBTASK )
__destruct ( )
run ( )

Protected Methods

Method Description
addSnitch ( $values = [] )
checkTokenLimit ( )
cleanLogForProject ( $project )
removeSnitch ( )

Method Details

__construct() public method

public __construct ( $gremlin, $config, $subTask = self::IS_NOT_SUBTASK )

__destruct() public method

public __destruct ( )

addSnitch() protected method

protected addSnitch ( $values = [] )

checkTokenLimit() protected method

protected checkTokenLimit ( )

cleanLogForProject() protected method

protected cleanLogForProject ( $project )

removeSnitch() protected method

protected removeSnitch ( )

run() abstract public method

abstract public run ( )

Property Details

$config protected property

protected $config

$datastore protected property

protected $datastore

$enabledLog protected property

protected $enabledLog

$exakatDir protected property

protected $exakatDir

$gremlin protected property

protected $gremlin

$log protected property

protected $log

$semaphore public static property

public static $semaphore

$semaphorePort public static property

public static $semaphorePort