PHP Class Altax\Module\Task\Resource\DefinedTask

Show file Open project: kohkimakimoto/altax Class Usage Examples

Protected Properties

Property Type Description
$afterTaskNames
$beforeTaskNames
$closure
$commandClass
$config
$container
$description
$isHidden
$name

Public Methods

Method Description
after ( )
before ( )
config ( $config )
createCommandInstance ( )
description ( $description )
getAfterTasks ( )
getBeforeTasks ( )
getClosure ( )
getCommandClass ( )
getConfig ( )
getContainer ( )
getDescription ( )
getName ( )
hasClosure ( )
hasCommandClass ( )
hasDescription ( )
hidden ( )
isHidden ( )
newInstance ( $name, $container )
setClosure ( $closure )
setCommandClass ( $commandClass )
setConfig ( $config )
setContainer ( $container )
setDescription ( $description )
setName ( $name )

Method Details

after() public method

public after ( )

before() public method

public before ( )

config() public method

public config ( $config )

createCommandInstance() public method

description() public method

public description ( $description )

getAfterTasks() public method

public getAfterTasks ( )

getBeforeTasks() public method

public getBeforeTasks ( )

getClosure() public method

public getClosure ( )

getCommandClass() public method

public getCommandClass ( )

getConfig() public method

public getConfig ( )

getContainer() public method

public getContainer ( )

getDescription() public method

public getDescription ( )

getName() public method

public getName ( )

hasClosure() public method

public hasClosure ( )

hasCommandClass() public method

public hasCommandClass ( )

hasDescription() public method

public hasDescription ( )

hidden() public method

public hidden ( )

isHidden() public method

public isHidden ( )

newInstance() public static method

public static newInstance ( $name, $container )

setClosure() public method

public setClosure ( $closure )

setCommandClass() public method

public setCommandClass ( $commandClass )

setConfig() public method

public setConfig ( $config )

setContainer() public method

public setContainer ( $container )

setDescription() public method

public setDescription ( $description )

setName() public method

public setName ( $name )

Property Details

$afterTaskNames protected property

protected $afterTaskNames

$beforeTaskNames protected property

protected $beforeTaskNames

$closure protected property

protected $closure

$commandClass protected property

protected $commandClass

$config protected property

protected $config

$container protected property

protected $container

$description protected property

protected $description

$isHidden protected property

protected $isHidden

$name protected property

protected $name