PHP Class app\controllers\TaskController

Inheritance: extends yii\web\Controller
Afficher le fichier Open project: meolu/walle-web

Protected Properties

Свойство Type Description
$task

Méthodes publiques

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

Method Details

actionDelete() public méthode

任务删除
public actionDelete ( $taskId ) : string
Résultat string

actionIndex() public méthode

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

actionRollback() public méthode

生成回滚任务
public actionRollback ( $taskId ) : string
Résultat string

actionSubmit() public méthode

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

actionTaskOperation() public méthode

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

Property Details

$task protected_oe property

protected $task