Craft Activity (2.x)

ActivityExtension extends AbstractExtension
in package

Table of Contents

getFilters()  : mixed
getFunctions()  : mixed
handlerTemplate()  : string|null
Get the template used to describe a field handler class
prettyPrint()  : string
Pretty print a value

Methods

getFilters()

public getFilters() : mixed
Tags
inheritDoc
Return values
mixed

getFunctions()

public getFunctions() : mixed
Tags
inheritDoc
Return values
mixed

handlerTemplate()

Get the template used to describe a field handler class

public handlerTemplate(string $handlerClass) : string|null
Parameters
$handlerClass : string
Return values
string|null

prettyPrint()

Pretty print a value

public prettyPrint( $value) : string
Parameters
$value :
Return values
string

Search results