Skip to content

Latest commit

 

History

History
434 lines (191 loc) · 7.71 KB

class.TreeToolbarCore.md

File metadata and controls

434 lines (191 loc) · 7.71 KB

Class TreeToolbarCore

Contents

Constants

Properties

Methods

Constants

DEFAULT_TEMPLATE

const DEFAULT_TEMPLATE = 'tree_toolbar.tpl'

DEFAULT_TEMPLATE_DIRECTORY

const DEFAULT_TEMPLATE_DIRECTORY = 'helpers/tree'

Properties

$_actions

private mixed $_actions

$_context

private mixed $_context

$_data

private mixed $_data

$_template

private mixed $_template

$_template_directory

private mixed $_template_directory

Methods

__toString

mixed TreeToolbarCore::__toString()

_normalizeDirectory

mixed TreeToolbarCore::_normalizeDirectory($directory)

Arguments

  • $directory mixed

addAction

mixed TreeToolbarCore::addAction($action)

Arguments

  • $action mixed

getActions

mixed TreeToolbarCore::getActions()

getContext

mixed TreeToolbarCore::getContext()

getData

mixed TreeToolbarCore::getData()

getTemplate

mixed TreeToolbarCore::getTemplate()

getTemplateDirectory

mixed TreeToolbarCore::getTemplateDirectory()

getTemplateFile

mixed TreeToolbarCore::getTemplateFile($template)

Arguments

  • $template mixed

removeActions

mixed TreeToolbarCore::removeActions()

render

mixed TreeToolbarCore::render()

setActions

mixed TreeToolbarCore::setActions($actions)

Arguments

  • $actions mixed

setContext

mixed TreeToolbarCore::setContext($value)

Arguments

  • $value mixed

setData

mixed TreeToolbarCore::setData($value)

Arguments

  • $value mixed

setTemplate

mixed TreeToolbarCore::setTemplate($value)

Arguments

  • $value mixed

setTemplateDirectory

mixed TreeToolbarCore::setTemplateDirectory($value)

Arguments

  • $value mixed