PHP 클래스 Altax\Module\Task\Resource\DefinedTask

파일 보기 프로젝트 열기: kohkimakimoto/altax 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$afterTaskNames
$beforeTaskNames
$closure
$commandClass
$config
$container
$description
$isHidden
$name

공개 메소드들

메소드 설명
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 )

메소드 상세

after() 공개 메소드

public after ( )

before() 공개 메소드

public before ( )

config() 공개 메소드

public config ( $config )

createCommandInstance() 공개 메소드

description() 공개 메소드

public description ( $description )

getAfterTasks() 공개 메소드

public getAfterTasks ( )

getBeforeTasks() 공개 메소드

public getBeforeTasks ( )

getClosure() 공개 메소드

public getClosure ( )

getCommandClass() 공개 메소드

public getCommandClass ( )

getConfig() 공개 메소드

public getConfig ( )

getContainer() 공개 메소드

public getContainer ( )

getDescription() 공개 메소드

public getDescription ( )

getName() 공개 메소드

public getName ( )

hasClosure() 공개 메소드

public hasClosure ( )

hasCommandClass() 공개 메소드

public hasCommandClass ( )

hasDescription() 공개 메소드

public hasDescription ( )

hidden() 공개 메소드

public hidden ( )

isHidden() 공개 메소드

public isHidden ( )

newInstance() 공개 정적인 메소드

public static newInstance ( $name, $container )

setClosure() 공개 메소드

public setClosure ( $closure )

setCommandClass() 공개 메소드

public setCommandClass ( $commandClass )

setConfig() 공개 메소드

public setConfig ( $config )

setContainer() 공개 메소드

public setContainer ( $container )

setDescription() 공개 메소드

public setDescription ( $description )

setName() 공개 메소드

public setName ( $name )

프로퍼티 상세

$afterTaskNames 보호되어 있는 프로퍼티

protected $afterTaskNames

$beforeTaskNames 보호되어 있는 프로퍼티

protected $beforeTaskNames

$closure 보호되어 있는 프로퍼티

protected $closure

$commandClass 보호되어 있는 프로퍼티

protected $commandClass

$config 보호되어 있는 프로퍼티

protected $config

$container 보호되어 있는 프로퍼티

protected $container

$description 보호되어 있는 프로퍼티

protected $description

$isHidden 보호되어 있는 프로퍼티

protected $isHidden

$name 보호되어 있는 프로퍼티

protected $name