class View extends AbstractView (View source)

Properties

static protected $requestInstance from  AbstractView
static protected $requestInstances from  AbstractView
protected $scopeItems from  AbstractView
$controller from  AbstractView
protected $template from  AbstractView
protected $outputAssets from  AbstractView
protected $viewPath
protected $innerContentFile
protected $themeHandle
protected $themeObject
protected $themeRelativePath
protected $themeAbsolutePath
protected $viewPkgHandle
protected $themePkgHandle
protected $viewRootDirectoryName

Methods

getViewTemplate()

No description

addScopeItems($items)

No description

static 
getRequestInstance()

No description

__construct(mixed $mixed = false)

No description

static 
setRequestInstance(View $v)

No description

static 
revertRequestInstance()

No description

start($state)

Begin the render.

startRender()

No description

constructView($path = false)

No description

setupRender()

No description

finishRender($contents)

No description

action($action)

A shortcut to posting back to the current page with a task and optional parameters. Only works in the context of.

addHeaderAsset($asset)

No description

addFooterAsset($asset)

No description

addOutputAsset($asset)

No description

requireAsset($assetType, $assetHandle = false)

No description

setController($controller)

No description

setViewTemplate($template)

No description

post($key, $defaultValue = null)

Returns the value of the item in the POST array.

onBeforeGetContents()

No description

postProcessViewContents($contents)

No description

onAfterGetContents()

No description

getScopeItems()

No description

render($state = false)

No description

renderViewContents($scopeItems)

No description

static string
url(string $action, string $task = null) deprecated

url is a utility function that is used inside a view to setup urls w/tasks and parameters.

setThemeByPath($path, $theme = null, $wrapper = FILENAME_THEMES_VIEW)

No description

renderError($title, $error, $errorObj = null)

No description

addHeaderItem($item)

No description

addFooterItem($item)

No description

static View
getInstance()

Get an instance of the View.

setPackageHandle($pkgHandle)

No description

getThemeDirectory()

No description

getViewPath()

No description

string
getThemePath()

gets the relative theme path for use in templates.

getThemeHandle()

No description

setInnerContentFile($innerContentFile)

No description

mixed
getInnerContentFile()

No description

setViewRootDirectoryName($directory)

No description

inc($file, $args = [])

No description

setViewTheme($theme)

No description

getViewTemplateFile()

No description

loadViewThemeObject()

Load all the theme-related variables for which theme to use for this request. May update the themeHandle property on the view based on themeByRoute settings.

string
renderInnerContents($scopeItems)

Render the file set to $this->innerContentFile

string
renderTemplate($scopeItems, $innerContent)

Render the file set to $this->template

markHeaderAssetPosition()

Function responsible for outputting header items.

markFooterAssetPosition()

Function responsible for outputting footer items.

getAssetsToOutput()

No description

postProcessAssets($assets)

No description

replaceEmptyAssetPlaceholders($pageContent)

No description

replaceAssetPlaceholders($outputAssets, $pageContent)

No description

outputAssetIntoView($item)

No description

static 
element($_file, $args = null, $_pkgHandle = null)

No description

Details

getViewTemplate()

No description

addScopeItems($items)

No description

Parameters

$items

static getRequestInstance()

No description

__construct(mixed $mixed = false)

No description

Parameters

mixed $mixed

object to view

static protected setRequestInstance(View $v)

No description

Parameters

View $v

static protected revertRequestInstance()

No description

start($state)

Begin the render.

Parameters

$state

startRender()

No description

protected constructView($path = false)

No description

Parameters

$path

setupRender()

No description

finishRender($contents)

No description

Parameters

$contents

action($action)

A shortcut to posting back to the current page with a task and optional parameters. Only works in the context of.

Parameters

$action

addHeaderAsset($asset)

No description

Parameters

$asset

addFooterAsset($asset)

No description

Parameters

$asset

addOutputAsset($asset)

No description

Parameters

$asset

requireAsset($assetType, $assetHandle = false)

No description

Parameters

$assetType
$assetHandle

setController($controller)

No description

Parameters

$controller

setViewTemplate($template)

No description

Parameters

$template

post($key, $defaultValue = null)

Returns the value of the item in the POST array.

Parameters

$key
$defaultValue

protected onBeforeGetContents()

No description

postProcessViewContents($contents)

No description

Parameters

$contents

protected onAfterGetContents()

No description

getScopeItems()

No description

render($state = false)

No description

Parameters

$state

renderViewContents($scopeItems)

No description

Parameters

$scopeItems

static string url(string $action, string $task = null) deprecated

deprecated

url is a utility function that is used inside a view to setup urls w/tasks and parameters.

Parameters

string $action
string $task

Return Value

string

$url

setThemeByPath($path, $theme = null, $wrapper = FILENAME_THEMES_VIEW)

No description

Parameters

$path
$theme
$wrapper

renderError($title, $error, $errorObj = null)

No description

Parameters

$title
$error
$errorObj

addHeaderItem($item)

No description

Parameters

$item

addFooterItem($item)

No description

Parameters

$item

static View getInstance()

Get an instance of the View.

Note: In versions before 8.5.0a3, this method may return 'false' if it's called after the page is rendered (for example in middleware).

Return Value

View

setPackageHandle($pkgHandle)

No description

Parameters

$pkgHandle

getThemeDirectory()

No description

getViewPath()

No description

string getThemePath()

gets the relative theme path for use in templates.

Return Value

string

$themePath

getThemeHandle()

No description

setInnerContentFile($innerContentFile)

No description

Parameters

$innerContentFile

mixed getInnerContentFile()

No description

Return Value

mixed

setViewRootDirectoryName($directory)

No description

Parameters

$directory

inc($file, $args = [])

No description

Parameters

$file
$args

setViewTheme($theme)

No description

Parameters

$theme

getViewTemplateFile()

No description

protected loadViewThemeObject()

Load all the theme-related variables for which theme to use for this request. May update the themeHandle property on the view based on themeByRoute settings.

protected string renderInnerContents($scopeItems)

Render the file set to $this->innerContentFile

Parameters

$scopeItems

Return Value

string

protected string renderTemplate($scopeItems, $innerContent)

Render the file set to $this->template

Parameters

$scopeItems
$innerContent

Return Value

string

markHeaderAssetPosition()

Function responsible for outputting header items.

markFooterAssetPosition()

Function responsible for outputting footer items.

protected getAssetsToOutput()

No description

protected postProcessAssets($assets)

No description

Parameters

$assets

protected replaceEmptyAssetPlaceholders($pageContent)

No description

Parameters

$pageContent

protected replaceAssetPlaceholders($outputAssets, $pageContent)

No description

Parameters

$outputAssets
$pageContent

protected outputAssetIntoView($item)

No description

Parameters

$item

static element($_file, $args = null, $_pkgHandle = null)

No description

Parameters

$_file
$args
$_pkgHandle