Psecio\Gatekeeper\DataSource\Stub::find PHP Метод

find() публичный Метод

Find and populate a model based on the model type and where criteria
public find ( Modler\Model $model, array $where = [] ) : boolean
$model Modler\Model Model instance
$where array "Where" data to locate record
Результат boolean Success/fail of action
    public function find(\Modler\Model $model, array $where = array())
    {
    }