Selector
class Selector implements Renderable
Properties
protected array|Collection | $selectors | ||
static protected array | $selected |
Methods
__construct()
Selector constructor.
$this
$this
array|Collection
getSelectors()
Get all selectors.
Factory|View
render()
No description
static array
parseSelected()
No description
static string
url(string $column, mixed $value = null, bool $add = false)
No description
$this
addSelector(string $column, string $label, array $options = [], null $query = null, string $type = 'many')
No description
Details
at line 29
__construct()
Selector constructor.
at line 42
$this
select(string $column, string|array $label, array|Closure $options = [], null|Closure $query = null)
No description
at line 55
$this
selectOne(string $column, string $label, array $options = [], null|Closure $query = null)
No description
at line 65
array|Collection
getSelectors()
Get all selectors.
at line 73
Factory|View
render()
No description
at line 84
static array
parseSelected()
No description
at line 114
static string
url(string $column, mixed $value = null, bool $add = false)
No description
at line 157
protected $this
addSelector(string $column, string $label, array $options = [], null $query = null, string $type = 'many')
No description