class InvalidTest

Methods

bool
__invoke(Model $model)

Find if a model is invalid

static 
get()

No description

Details

at line line 15
bool __invoke(Model $model)

Find if a model is invalid

Parameters

Model $model The model we want to test

Return Value

bool True if the model is invalid, false if it is valid

at line line 20
static get()