Type
class Type (View source)
Properties
protected string|null | $label | ||
Closure | $getOptionLabelUsing | ||
Closure | $getSearchResultsUsing | ||
Closure | $getOptionsUsing | ||
protected Closure|null | $modifyOptionsQueryUsing | ||
protected string[] | $searchColumns | ||
protected string|null | $titleAttribute | ||
protected Closure|null | $getOptionLabelFromRecordUsing | ||
protected int | $optionsLimit | ||
protected string | $model | ||
protected bool|null | $isSearchForcedCaseInsensitive |
Methods
__construct(string $model)
No description
void
setUp()
No description
titleAttribute(string|null $name)
No description
searchColumns(array|null $columns)
No description
string
getOptionLabelFromRecord(Model $record)
No description
bool
hasOptionLabelFromRecordUsingCallback()
No description
string
getModel()
No description
string
getLabel()
No description
string
getAlias()
No description
array|null
getSearchColumns()
No description
string
getTitleAttribute()
No description
int
getOptionsLimit()
No description
forceSearchCaseInsensitive(bool|null $condition = true)
No description
bool|null
isSearchForcedCaseInsensitive()
No description
Details
final
__construct(string $model)
No description
static Type
make(string $model)
No description
protected void
setUp()
No description
Type
model(string $model)
No description
Type
label(string|null $label)
No description
Type
titleAttribute(string|null $name)
No description
Type
titleColumnName(string|null $name)
deprecated
deprecated
No description
Type
searchColumns(array|null $columns)
No description
string
getOptionLabelFromRecord(Model $record)
No description
bool
hasOptionLabelFromRecordUsingCallback()
No description
string
getModel()
No description
string
getLabel()
No description
string
getAlias()
No description
array|null
getSearchColumns()
No description
string
getTitleAttribute()
No description
int
getOptionsLimit()
No description
Type
forceSearchCaseInsensitive(bool|null $condition = true)
No description
bool|null
isSearchForcedCaseInsensitive()
No description