Method | Description | |
---|---|---|
__call ( string $methodName, array $args ) : |
Call assertion on the current value in the chain. | |
__construct ( $value, $defaultMessage = null, $defaultPropertyPath = null ) | ||
all ( ) : |
Switch chain into validation mode for an array of values. | |
nullOr ( ) : |
Switch chain into mode allowing nulls, ignoring further assertions. | |
setAssertionClassName ( string $className ) |
public __construct ( $value, $defaultMessage = null, $defaultPropertyPath = null ) |
public all ( ) : |
||
return |
public nullOr ( ) : |
||
return |
public setAssertionClassName ( string $className ) | ||
$className | string |