PHP 클래스 FluidTYPO3\Vhs\ViewHelpers\Iterator\ExplodeViewHelper

Explodes a string by $glue.
상속: extends TYPO3\CMS\Fluid\Core\ViewHelper\AbstractViewHelper, use trait FluidTYPO3\Vhs\Traits\BasicViewHelperTrait, use trait FluidTYPO3\Vhs\Traits\TemplateVariableViewHelperTrait
파일 보기 프로젝트 열기: fluidtypo3/vhs

보호된 프로퍼티들

프로퍼티 타입 설명
$method string

공개 메소드들

메소드 설명
initializeArguments ( ) : void Initialize
render ( ) : mixed Render method

보호된 메소드들

메소드 설명
resolveGlue ( ) : string Detects the proper glue string to use for implode/explode operation

메소드 상세

initializeArguments() 공개 메소드

Initialize
public initializeArguments ( ) : void
리턴 void

render() 공개 메소드

Render method
public render ( ) : mixed
리턴 mixed

resolveGlue() 보호된 메소드

Detects the proper glue string to use for implode/explode operation
protected resolveGlue ( ) : string
리턴 string

프로퍼티 상세

$method 보호되어 있는 프로퍼티

protected string $method
리턴 string