PHP 클래스 app\controllers\TaskController

상속: extends yii\web\Controller
파일 보기 프로젝트 열기: meolu/walle-web

보호된 프로퍼티들

프로퍼티 타입 설명
$task

공개 메소드들

메소드 설명
actionDelete ( $taskId ) : string 任务删除
actionIndex ( integer $page = 1, integer $size = 10 ) : string 我的上线列表
actionRollback ( $taskId ) : string 生成回滚任务
actionSubmit ( $projectId = null ) : string 提交任务
actionTaskOperation ( $id, $operation ) 任务审核

메소드 상세

actionDelete() 공개 메소드

任务删除
public actionDelete ( $taskId ) : string
리턴 string

actionIndex() 공개 메소드

我的上线列表
public actionIndex ( integer $page = 1, integer $size = 10 ) : string
$page integer
$size integer
리턴 string

actionRollback() 공개 메소드

生成回滚任务
public actionRollback ( $taskId ) : string
리턴 string

actionSubmit() 공개 메소드

提交任务
public actionSubmit ( $projectId = null ) : string
$projectId 没有projectId则显示列表
리턴 string

actionTaskOperation() 공개 메소드

任务审核
public actionTaskOperation ( $id, $operation )
$id
$operation

프로퍼티 상세

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

protected $task