class Files extends Standard (View source)

Traits

Trait ApplicationAwareTrait A trait used with ApplicationAwareInterface

Properties

protected Application $app from  ApplicationAwareTrait
protected $helpers from  AbstractController
protected $sets from  AbstractController
protected $action from  AbstractController
protected $request from  AbstractController
protected $parameters from  AbstractController

Methods

setApplication(Application $app)

Setter method for the application

__construct()

No description

mixed
getRequest()

No description

setRequest(mixed $request)

No description

requireAsset()

No description

addHeaderItem(string $item)

Adds an item to the view's header. This item will then be automatically printed out before the section of the page.

addFooterItem(string $item)

Adds an item to the view's footer. This item will then be automatically printed out before the section of the page.

set($key, $val)

No description

getSets()

No description

getHelperObjects()

No description

get($key = null, $defaultValue = null)

No description

getTask()

No description

getAction()

No description

getParameters()

No description

on_start()

No description

on_before_render()

No description

isPost() deprecated

No description

post($key = null, $defaultValue = null)

No description

redirect()

No description

runTask($action, $parameters)

No description

runAction($action, $parameters = array())

No description

request($key = null)

No description

canAccess()

No description

getSavedSearchPreset($presetID)

No description

searchBasic()

No description

from  Standard
clearSearch()

No description

from  Standard
getCurrentSearchObject()

No description

from  Standard
searchCurrent()

No description

from  Standard
onAfterSearchPreset(Result $result, SavedSearch $preset)

No description

searchPreset($presetID)

No description

from  Standard

Details

setApplication(Application $app)

Setter method for the application

Parameters

Application $app

__construct()

No description

mixed getRequest()

No description

Return Value

mixed

setRequest(mixed $request)

No description

Parameters

mixed $request

requireAsset()

No description

addHeaderItem(string $item)

Adds an item to the view's header. This item will then be automatically printed out before the section of the page.

Parameters

string $item

addFooterItem(string $item)

Adds an item to the view's footer. This item will then be automatically printed out before the section of the page.

Parameters

string $item

set($key, $val)

No description

Parameters

$key
$val

getSets()

No description

shouldRunControllerTask()

No description

getHelperObjects()

No description

get($key = null, $defaultValue = null)

No description

Parameters

$key
$defaultValue

getTask()

No description

getAction()

No description

getParameters()

No description

on_start()

No description

on_before_render()

No description

isPost() deprecated

deprecated

No description

post($key = null, $defaultValue = null)

No description

Parameters

$key
$defaultValue

redirect()

No description

runTask($action, $parameters)

No description

Parameters

$action
$parameters

runAction($action, $parameters = array())

No description

Parameters

$action
$parameters

request($key = null)

No description

Parameters

$key

protected canAccess()

No description

protected AdvancedSearch getAdvancedSearchDialogController()

No description

Return Value

AdvancedSearch

protected getDefaultResetSearchResultObject()

No description

protected getDefaultBasicSearchResultObject()

No description

protected getSavedSearchPreset($presetID)

No description

Parameters

$presetID

protected getBasicSearchFieldsFromRequest()

No description

searchBasic()

No description

clearSearch()

No description

getCurrentSearchObject()

No description

searchCurrent()

No description

protected onAfterSearchPreset(Result $result, SavedSearch $preset)

No description

Parameters

Result $result
SavedSearch $preset

searchPreset($presetID)

No description

Parameters

$presetID