![]() |
TYPO3
7.6
|
Static Public Member Functions | |
static | renderStatic (array $arguments,\Closure $renderChildrenClosure, RenderingContextInterface $renderingContext) |
![]() | |
static | renderStatic (array $arguments,\Closure $renderChildrenClosure,\TYPO3\CMS\Fluid\Core\Rendering\RenderingContextInterface $renderingContext) |
![]() | |
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 | |
![]() | |
$arguments | |
$templateVariableContainer | |
$controllerContext | |
$renderingContext | |
$renderChildrenClosure = null | |
$viewHelperVariableContainer | |
$objectManager | |
$escapingInterceptorEnabled = true | |
Additional Inherited Members | |
![]() | |
registerArgument ($name, $type, $description, $required=false, $defaultValue=null) | |
overrideArgument ($name, $type, $description, $required=false, $defaultValue=null) | |
callRenderMethod () | |
getLogger () | |
buildRenderChildrenClosure () | |
hasArgument ($argumentName) | |
Utility class for phpinfo()
Definition at line 25 of file PhpInfoViewHelper.php.
|
staticprotected |
Change HTML markup to HTML5
string | $html | HTML markup to be cleaned |
Definition at line 99 of file PhpInfoViewHelper.php.
|
staticprotected |
Get information about PHP's configuration
Definition at line 70 of file PhpInfoViewHelper.php.
|
staticprotected |
Remove all HTML outside the body tag from HTML string
string | $html | Complete HTML markup for page |
Definition at line 84 of file PhpInfoViewHelper.php.
render | ( | ) |
Render PHP info
Definition at line 40 of file PhpInfoViewHelper.php.
References AbstractViewHelper\buildRenderChildrenClosure().
|
static |
array | $arguments | |
callable | $renderChildrenClosure | |
RenderingContextInterface | $renderingContext |
Definition at line 56 of file PhpInfoViewHelper.php.
|
protected |
Definition at line 33 of file PhpInfoViewHelper.php.