IsResourceViewHelper extends AbstractViewHelper
This class is the implementation of a Fluid ViewHelper.
View this class in the TYPO3 ViewHelper reference: <.typo3.cms.adminpanel.s.isresource>
FinalYes
ViewHelper to check whether the given value is a PHP resource. Fluid's casting expression ("{value as resource}") does not support "resource" as a target type, so this can't be done with a cast expression.
<adm:isResource value="{someVar}" />
Table of Contents
Methods
- initializeArguments() : void
- render() : bool
Methods
initializeArguments()
public
initializeArguments() : void
render()
public
render() : bool