PHP 클래스 Neos\FluidAdaptor\ViewHelpers\Validation\IfHasErrorsViewHelper

= Examples =
Please fill out all fields according to the description
You must provide a title.
상속: extends Neos\FluidAdaptor\Core\ViewHelper\AbstractConditionViewHelper
파일 보기 프로젝트 열기: neos/flow-development-collection 1 사용 예제들

공개 메소드들

메소드 설명
render ( string $for = null ) : string Renders child if there are validation errors. The check can be narrowed down to specific property paths.

메소드 상세

render() 공개 메소드

If no errors are there, it renders the -child.
public render ( string $for = null ) : string
$for string The argument or property name or path to check for error(s)
리턴 string