PHP 클래스 Neos\Flow\Validation\Validator\DateTimeRangeValidator

상속: extends AbstractValidator
파일 보기 프로젝트 열기: neos/flow-development-collection 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$supportedOptions array

보호된 메소드들

메소드 설명
isValid ( mixed $dateTime ) : void Adds errors if the given DateTime does not match the set boundaries.
parseReferenceDate ( string $referenceDateString ) : DateTime Calculates a DateTime object from a given Time interval

메소드 상세

isValid() 보호된 메소드

latestDate and earliestDate may be each
protected isValid ( mixed $dateTime ) : void
$dateTime mixed The DateTime value that should be validated
리턴 void

parseReferenceDate() 보호된 메소드

Calculates a DateTime object from a given Time interval
또한 보기: isValid()
protected parseReferenceDate ( string $referenceDateString ) : DateTime
$referenceDateString string being one of
리턴 DateTime

프로퍼티 상세

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

protected array $supportedOptions
리턴 array