PHP Class Neos\Neos\ViewHelpers\GetTypeViewHelper

= Examples = {neos:getType(value: 'foo')} string {myValue -> neos:getType()} string (if myValue is a string)
Inheritance: extends Neos\FluidAdaptor\Core\ViewHelper\AbstractViewHelper
ファイルを表示 Open project: neos/neos-development-collection

Public Methods

Method Description
render ( mixed $value = null ) : string

Method Details

render() public method

public render ( mixed $value = null ) : string
$value mixed The value to determine the type of
return string