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
Return values
mixed —getFunctions()
    public
                    getFunctions() : mixed
    
    
    
    Tags
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