Nl2brViewHelper
class Nl2brViewHelper extends AbstractViewHelper (View source)
Wrapper for PHPs nl2br function.
Properties
| protected ControllerContext | $controllerContext | Controller Context to use  | 
                from AbstractViewHelper | 
| protected ObjectManagerInterface | $objectManager | from AbstractViewHelper | |
| protected LoggerInterface | $logger | from AbstractViewHelper | |
| protected bool | $escapeOutput | 
Methods
                    void
                
                
                    setRenderingContext(RenderingContextInterface $renderingContext)
        
                                            
                No description
from 
AbstractViewHelper
            
                    void
                
                
                from 
AbstractViewHelper
            
                    void
                
                
                    injectLogger(LoggerInterface $logger)
        
                                            
                Injects the (system) logger based on PSR-3.
from 
AbstractViewHelper
            
                    void
                
                
                    initializeArguments()
        
                                            
                
            Initialize the arguments.
                    string
                
                
                    render()
        
                                            
                
            Replaces newline characters by HTML line breaks.
                    string
                
                
                    compile(string $argumentsName, string $closureName, string $initializationPhpCode, ViewHelperNode $node, TemplateCompiler $compiler)
        
                                            
                
            Compile to direct nl2br use in template code.
Details
        
                            void
    setRenderingContext(RenderingContextInterface $renderingContext)
        
    
    No description
        
                            void
    injectObjectManager(ObjectManagerInterface $objectManager)
        
    
    No description
        
                            void
    injectLogger(LoggerInterface $logger)
        
    
    Injects the (system) logger based on PSR-3.
        
                            bool
    isEscapingInterceptorEnabled()
        
    
    No description
        
                            void
    initializeArguments()
        
    
    Initialize the arguments.
        
                            string
    render()
        
    
    Replaces newline characters by HTML line breaks.
        
                            string
    compile(string $argumentsName, string $closureName, string $initializationPhpCode, ViewHelperNode $node, TemplateCompiler $compiler)
        
    
    Compile to direct nl2br use in template code.