fix PSR12 CS
This commit is contained in:
parent
537f37c714
commit
06d01b085f
@ -15,111 +15,111 @@ if (!defined('DC_CONTEXT_ADMIN')) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
$this->addUserAction(
|
$this->addUserAction(
|
||||||
/* type */
|
/* type */
|
||||||
'settings',
|
'settings',
|
||||||
/* action */
|
/* action */
|
||||||
'delete_all',
|
'delete_all',
|
||||||
/* ns */
|
/* ns */
|
||||||
'cinecturlink2',
|
'cinecturlink2',
|
||||||
/* desc */
|
/* desc */
|
||||||
__('delete all settings')
|
__('delete all settings')
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->addUserAction(
|
$this->addUserAction(
|
||||||
/* type */
|
/* type */
|
||||||
'tables',
|
'tables',
|
||||||
/* action */
|
/* action */
|
||||||
'delete',
|
'delete',
|
||||||
/* ns */
|
/* ns */
|
||||||
'cinecturlink2',
|
'cinecturlink2',
|
||||||
/* desc */
|
/* desc */
|
||||||
sprintf(__('delete %s table'), 'cinecturlink2')
|
sprintf(__('delete %s table'), 'cinecturlink2')
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->addUserAction(
|
$this->addUserAction(
|
||||||
/* type */
|
/* type */
|
||||||
'tables',
|
'tables',
|
||||||
/* action */
|
/* action */
|
||||||
'delete',
|
'delete',
|
||||||
/* ns */
|
/* ns */
|
||||||
'cinecturlink2_cat',
|
'cinecturlink2_cat',
|
||||||
/* desc */
|
/* desc */
|
||||||
sprintf(__('delete %s table'), 'cinecturlink2_cat')
|
sprintf(__('delete %s table'), 'cinecturlink2_cat')
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->addUserAction(
|
$this->addUserAction(
|
||||||
/* type */
|
/* type */
|
||||||
'versions',
|
'versions',
|
||||||
/* action */
|
/* action */
|
||||||
'delete',
|
'delete',
|
||||||
/* ns */
|
/* ns */
|
||||||
'cinecturlink2',
|
'cinecturlink2',
|
||||||
/* desc */
|
/* desc */
|
||||||
__('delete the version number')
|
__('delete the version number')
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->addUserAction(
|
$this->addUserAction(
|
||||||
/* type */
|
/* type */
|
||||||
'plugins',
|
'plugins',
|
||||||
/* action */
|
/* action */
|
||||||
'delete',
|
'delete',
|
||||||
/* ns */
|
/* ns */
|
||||||
'cinecturlink2',
|
'cinecturlink2',
|
||||||
/* desc */
|
/* desc */
|
||||||
__('delete plugin files')
|
__('delete plugin files')
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->addDirectAction(
|
$this->addDirectAction(
|
||||||
/* type */
|
/* type */
|
||||||
'settings',
|
'settings',
|
||||||
/* action */
|
/* action */
|
||||||
'delete_all',
|
'delete_all',
|
||||||
/* ns */
|
/* ns */
|
||||||
'cinecturlink2',
|
'cinecturlink2',
|
||||||
/* desc */
|
/* desc */
|
||||||
sprintf(__('delete all %s settings'), 'cinecturlink2')
|
sprintf(__('delete all %s settings'), 'cinecturlink2')
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->addDirectAction(
|
$this->addDirectAction(
|
||||||
/* type */
|
/* type */
|
||||||
'tables',
|
'tables',
|
||||||
/* action */
|
/* action */
|
||||||
'delete',
|
'delete',
|
||||||
/* ns */
|
/* ns */
|
||||||
'cinecturlink2',
|
'cinecturlink2',
|
||||||
/* desc */
|
/* desc */
|
||||||
sprintf(__('delete %s table'), 'cinecturlink2')
|
sprintf(__('delete %s table'), 'cinecturlink2')
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->addDirectAction(
|
$this->addDirectAction(
|
||||||
/* type */
|
/* type */
|
||||||
'tables',
|
'tables',
|
||||||
/* action */
|
/* action */
|
||||||
'delete',
|
'delete',
|
||||||
/* ns */
|
/* ns */
|
||||||
'cinecturlink2_cat',
|
'cinecturlink2_cat',
|
||||||
/* desc */
|
/* desc */
|
||||||
sprintf(__('delete %s table'), 'cinecturlink2_cat')
|
sprintf(__('delete %s table'), 'cinecturlink2_cat')
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->addDirectAction(
|
$this->addDirectAction(
|
||||||
/* type */
|
/* type */
|
||||||
'versions',
|
'versions',
|
||||||
/* action */
|
/* action */
|
||||||
'delete',
|
'delete',
|
||||||
/* ns */
|
/* ns */
|
||||||
'cinecturlink2',
|
'cinecturlink2',
|
||||||
/* desc */
|
/* desc */
|
||||||
sprintf(__('delete %s version number'), 'cinecturlink2')
|
sprintf(__('delete %s version number'), 'cinecturlink2')
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->addDirectAction(
|
$this->addDirectAction(
|
||||||
/* type */
|
/* type */
|
||||||
'plugins',
|
'plugins',
|
||||||
/* action */
|
/* action */
|
||||||
'delete',
|
'delete',
|
||||||
/* ns */
|
/* ns */
|
||||||
'cinecturlink2',
|
'cinecturlink2',
|
||||||
/* description */
|
/* description */
|
||||||
sprintf(__('delete %s plugin files'), 'cinecturlink2')
|
sprintf(__('delete %s plugin files'), 'cinecturlink2')
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user