Skip to content

Latest commit

 

History

History
238 lines (109 loc) · 4.78 KB

class.SessionAction.md

File metadata and controls

238 lines (109 loc) · 4.78 KB

Class SessionAction

Session Action Class

Contents

Properties

Methods

Properties

$actionIndex

public mixed $actionIndex = 'ajax_file_action'

$fromFolderIndex

public mixed $fromFolderIndex = 'ajax_from_folder'

$selectedDocIndex

public mixed $selectedDocIndex = 'ajax_selected_doc'

Methods

SessionAction

mixed SessionAction::SessionAction()

__construct

mixed SessionAction::__construct()

count

mixed SessionAction::count()

count the number of selected documents

get

array SessionAction::get()

get the selected documents

getAction

\unknown SessionAction::getAction()

get the action

getFolder

string SessionAction::getFolder()

get the folder

set

mixed SessionAction::set(array $selectedDocuments)

assign the selected documents

Arguments

  • $selectedDocuments array

setAction

mixed SessionAction::setAction($action)

Arguments

  • $action mixed

setFolder

mixed SessionAction::setFolder(string $folder)

set the folder

Arguments

  • $folder string