TYPO3  7.6
Public Member Functions | Static Public Member Functions | Static Protected Member Functions | Protected Attributes | List of all members
PhpInfoViewHelper Class Reference
Inheritance diagram for PhpInfoViewHelper:
AbstractViewHelper CompilableInterface

Public Member Functions

 render ()
 
- Public Member Functions inherited from AbstractViewHelper
 setArguments (array $arguments)
 
 setRenderingContext (\TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface $renderingContext)
 
 injectReflectionService (\TYPO3\CMS\Extbase\Reflection\ReflectionService $reflectionService)
 
 isEscapingInterceptorEnabled ()
 
 setViewHelperNode (\TYPO3\CMS\Fluid\Core\Parser\SyntaxTree\ViewHelperNode $node)
 
 setRenderChildrenClosure (\Closure $renderChildrenClosure)
 
 initializeArgumentsAndRender ()
 
 initialize ()
 
 renderChildren ()
 
 prepareArguments ()
 
 validateArguments ()
 
 initializeArguments ()
 
 compile ($argumentsVariableName, $renderChildrenClosureVariableName, &$initializationPhpCode,\TYPO3\CMS\Fluid\Core\Parser\SyntaxTree\AbstractNode $syntaxTreeNode,\TYPO3\CMS\Fluid\Core\Compiler\TemplateCompiler $templateCompiler)
 
 resetState ()
 
- Public Member Functions inherited from CompilableInterface
 compile ($argumentsVariableName, $renderChildrenClosureVariableName, &$initializationPhpCode,\TYPO3\CMS\Fluid\Core\Parser\SyntaxTree\AbstractNode $syntaxTreeNode,\TYPO3\CMS\Fluid\Core\Compiler\TemplateCompiler $templateCompiler)
 

Static Public Member Functions

static renderStatic (array $arguments,\Closure $renderChildrenClosure, RenderingContextInterface $renderingContext)
 
- Static Public Member Functions inherited from AbstractViewHelper
static renderStatic (array $arguments,\Closure $renderChildrenClosure,\TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface $renderingContext)
 
- Static Public Member Functions inherited from CompilableInterface
static renderStatic (array $arguments,\Closure $renderChildrenClosure,\TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface $renderingContext)
 

Static Protected Member Functions

static getPhpInfo ()
 
static removeAllHtmlOutsideBody ($html)
 
static changeHtmlToHtml5 ($html)
 

Protected Attributes

 $escapingInterceptorEnabled = false
 
- Protected Attributes inherited from AbstractViewHelper
 $arguments
 
 $templateVariableContainer
 
 $controllerContext
 
 $renderingContext
 
 $renderChildrenClosure = null
 
 $viewHelperVariableContainer
 
 $objectManager
 
 $escapingInterceptorEnabled = true
 

Additional Inherited Members

- Protected Member Functions inherited from AbstractViewHelper
 registerArgument ($name, $type, $description, $required=false, $defaultValue=null)
 
 overrideArgument ($name, $type, $description, $required=false, $defaultValue=null)
 
 callRenderMethod ()
 
 getLogger ()
 
 buildRenderChildrenClosure ()
 
 hasArgument ($argumentName)
 

Detailed Description

Utility class for phpinfo()

Definition at line 25 of file PhpInfoViewHelper.php.

Member Function Documentation

static changeHtmlToHtml5 (   $html)
staticprotected

Change HTML markup to HTML5

Parameters
string$htmlHTML markup to be cleaned
Returns
string

Definition at line 99 of file PhpInfoViewHelper.php.

static getPhpInfo ( )
staticprotected

Get information about PHP's configuration

Returns
string HTML page with the configuration options

Definition at line 70 of file PhpInfoViewHelper.php.

static removeAllHtmlOutsideBody (   $html)
staticprotected

Remove all HTML outside the body tag from HTML string

Parameters
string$htmlComplete HTML markup for page
Returns
string Content of the body tag

Definition at line 84 of file PhpInfoViewHelper.php.

render ( )

Render PHP info

Returns
string

Definition at line 40 of file PhpInfoViewHelper.php.

References AbstractViewHelper\buildRenderChildrenClosure().

static renderStatic ( array  $arguments,
\Closure  $renderChildrenClosure,
RenderingContextInterface  $renderingContext 
)
static
Parameters
array$arguments
callable$renderChildrenClosure
RenderingContextInterface$renderingContext
Returns
string

Definition at line 56 of file PhpInfoViewHelper.php.

Member Data Documentation

$escapingInterceptorEnabled = false
protected

Definition at line 33 of file PhpInfoViewHelper.php.