Psecio\Gatekeeper\DataSource\Stub::count PHP Method

count() public method

Return the number of entities in DB per condition or in general
public count ( Modler\Model $model, array $where = [] ) : boolean
$model Modler\Model Model instance
$where array
return boolean Success/fail of action
    public function count(\Modler\Model $model, array $where = array())
    {
    }