PHP Class Assert\LazyAssertion

Datei anzeigen Open project: beberlei/assert

Public Methods

Method Description
__call ( $method, $args )
setExceptionClass ( string $className )
that ( $value, $propertyPath, $defaultMessage = null )
tryAll ( )
verifyNow ( ) : boolean

Method Details

__call() public method

public __call ( $method, $args )

setExceptionClass() public method

public setExceptionClass ( string $className )
$className string

that() public method

public that ( $value, $propertyPath, $defaultMessage = null )

tryAll() public method

public tryAll ( )

verifyNow() public method

public verifyNow ( ) : boolean
return boolean