ExistModel
Tags
Table of Contents
Methods
- exist() : bool
- Indicates if the passed-in item exist.
Methods
exist()
Indicates if the passed-in item exist.
public
exist([array<string|int, mixed> $init = [] ]) : bool
Parameters
- $init : array<string|int, mixed> = []
-
The optional setting definition.
Return values
bool —True of the value exist in the model.