Picker
final class Picker (View source)
Various methods for selecting what you want.
Methods
string|null
getDriver()
Get a driver value.
Column|null
get(string|null $driver = null, string|null $field = null, string|null $type = null)
Get a specific column
array
toArray()
Get an array of An array of Table
instances.
Details
Picker
field(string $field)
Set a field value.
Picker
driver(string $driver)
Set a database driver.
string|null
getDriver()
Get a driver value.
Picker
type(string $type)
Set a database field type.
Column|null
get(string|null $driver = null, string|null $field = null, string|null $type = null)
Get a specific column
array
toArray()
Get an array of An array of Table
instances.
static Picker
of(array $values)
Create a instance.