core/model/modx/processors/element/tv/renders/web/output/url.class.php

Show: inherited
Table of Contents

Package
modx  
Subpackage
processors.element.tv.renders.mgr.output  
\modX
array
string

\modTemplateVarOutputRenderUrl

Package: modx\processors\element\tv\renders\mgr\output

An abstract class for extending Output Renders for TVs.

Parent(s)
\modTemplateVarOutputRender < \modTemplateVarRender
\modX
array
string

Properties

Propertypublicarray  $config= 'array()'
Default valuearray()Details
Type
array
Inherited_from
\modTemplateVarRender::$$config  
Inherited_from
\modTemplateVarOutputRender::$$config  
Propertypublic\modX  $modx= ''
Details
Type
\modX
Inherited_from
\modTemplateVarRender::$$modx  
Inherited_from
\modTemplateVarOutputRender::$$modx  
Propertypublic\modTemplateVar  $tv= ''
Details
Type
\modTemplateVar
Inherited_from
\modTemplateVarRender::$$tv  
Inherited_from
\modTemplateVarOutputRender::$$tv  

Methods

methodpublic__construct(  $tv,  $config = array() ) : void
Parameters
Name Type Description
$tv
$config
methodprotected_loadLexiconTopics( ) : void
inherited

Load any specified lexicon topics for the render

Inherited from: \modTemplateVarRender::_loadLexiconTopics()\modTemplateVarOutputRender::_loadLexiconTopics()
methodpublicgetLexiconTopics( ) : 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
methodpublicprocess( string $value, array $params = array() ) : void | mixed

Parameters
Name Type Description
$value string
$params array
Returns
Type Description
void | mixed
methodpublicrender( string $value, array $params = array() ) : mixed | void
inherited

Render the TV render.

Inherited from: \modTemplateVarRender::render()\modTemplateVarOutputRender::render()
Parameters
Name Type Description
$value string
$params array
Returns
Type Description
mixed | void
Documentation was generated by DocBlox 0.18.1.