['job_id', 'task_id']], ]; } /** * {@inheritdoc} */ public function attributeLabels() { return [ 'job_id' => 'Job ID', 'task_id' => 'Task ID', ]; } }