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

= Examples =
  • {propertyPath}
    • {error.code}: {error}
  • 1234567890: Validation errors for argument "newBlog"
  • {error.code}: {error}
  • 1234567890: Some error message
상속: extends Neos\FluidAdaptor\Core\ViewHelper\AbstractViewHelper
파일 보기 프로젝트 열기: neos/flow-development-collection 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$escapeOutput boolean

공개 메소드들

메소드 설명
render ( string $for = '', string $as = 'validationResults' ) : string Iterates through selected errors of the request.

메소드 상세

render() 공개 메소드

Iterates through selected errors of the request.
public render ( string $for = '', string $as = 'validationResults' ) : string
$for string The name of the error name (e.g. argument name or property name). This can also be a property path (like blog.title), and will then only display the validation errors of that property.
$as string The name of the variable to store the current error
리턴 string Rendered string

프로퍼티 상세

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

protected bool $escapeOutput
리턴 boolean