core/model/modx/processors/element/tv/renders/web/output/delim.class.php
- Package
- modx
- Subpackage
- processors.element.tv.renders.mgr.output
\modTemplateVarOutputRenderDelim
Package: modx\processors\element\tv\renders\mgr\output
An abstract class for extending Output Renders for TVs.
- Parent(s)
- \modTemplateVarOutputRender < \modTemplateVarRender
Properties
array
$config= 'array()'
Default value
array()
Details- Type
- array
- Inherited_from
- \modTemplateVarRender::$$config
- Inherited_from
- \modTemplateVarOutputRender::$$config
\modX
$modx= ''
Details
- Type
- \modX
- Inherited_from
- \modTemplateVarRender::$$modx
- Inherited_from
- \modTemplateVarOutputRender::$$modx
\modTemplateVar
$tv= ''
Details
- Type
- \modTemplateVar
- Inherited_from
- \modTemplateVarRender::$$tv
- Inherited_from
- \modTemplateVarOutputRender::$$tv
Methods
__construct(
$tv, $config
=
array()
)
:
void
inherited
Inherited from:
\modTemplateVarRender::__construct()\modTemplateVarOutputRender::__construct()
Parameters
Name | Type | Description |
---|---|---|
$tv | ||
$config |
_loadLexiconTopics(
)
:
void
inherited
Load any specified lexicon topics for the render
Inherited from: \modTemplateVarRender::_loadLexiconTopics()\modTemplateVarOutputRender::_loadLexiconTopics()getLexiconTopics(
)
:
array
inherited
Get any lexicon topics for your render. You may override this method in your render to provide an array of lexicon topics to load.
Inherited from: \modTemplateVarRender::getLexiconTopics()\modTemplateVarOutputRender::getLexiconTopics()
Returns
Type | Description |
---|---|
array |
process(
string $value, array $params
=
array()
)
:
void | mixed
Parameters
Returns
Name | Type | Description |
---|---|---|
$value | string | |
$params | array |
Type | Description |
---|---|
void | mixed |
render(
string $value, array $params
=
array()
)
:
mixed | void
inherited
Render the TV render.
Inherited from: \modTemplateVarRender::render()\modTemplateVarOutputRender::render()
Parameters
Returns
Name | Type | Description |
---|---|---|
$value | string | |
$params | array |
Type | Description |
---|---|
mixed | void |