|
const | NAME = 'content_move' |
|
const | PERMISSION = "permission" |
|
const | REQUIRES_LOGIN = "requiresLogin" |
|
const | ENABLE_MENU = "ENABLE_MENU" |
|
const | LEVEL = "level" |
|
const | DEPENDENCIES = "dependencies" |
|
const | INIT_ORDER = "initOrder" |
|
const | MENU_LIST = "menuList" |
|
const | MENU_ORDER = "menuOrder" |
|
const | MENU_TARGET = "menuTarget" |
|
const | TITLE = "title" |
|
|
| performAction ($folderContentIds, $parentFolderId, $isCopyRequest) |
|
|
| $container |
|
| $renderer |
|
| $microMenu |
|
Definition at line 25 of file AdminContentMove.php.
AdminContentMove::copyContent |
( |
|
$uploadIds, |
|
|
|
$parentFolderId, |
|
|
|
$isCopyRequest |
|
) |
| |
Move/Copy content of one folder to other.
- Parameters
-
| integer[] | $uploadIds Upload ids to copy/move |
integer | $parentFolderId | Destination folder id |
boolean | $isCopyRequest | Set true to copy, false to move |
- Returns
- string Empty string on success, error message on failure.
- See also
- performAction()
Definition at line 111 of file AdminContentMove.php.
AdminContentMove::handle |
( |
Request |
$request | ) |
|
|
protected |
AdminContentMove::performAction |
( |
|
$folderContentIds, |
|
|
|
$parentFolderId, |
|
|
|
$isCopyRequest |
|
) |
| |
|
private |
Move/Copy content of one folder to other.
- Parameters
-
| integer[] | $folderContentIds Upload ids to copy/move |
integer | $parentFolderId | Destination folder id |
boolean | $isCopyRequest | Set true to copy, false to move |
- Returns
- string Empty string on success, error message on failure.
Definition at line 81 of file AdminContentMove.php.
The documentation for this class was generated from the following file: