bool hasTable(string $table) Determine if the given table exists. Parameters string $table Return Value bool
Collection keys() Get the keys of the collection items. Return Value Collection
string joiningTable(string $related) Get the joining table name for a many-to-many relation. Parameters string $related Return Value string
static array getParameters() Get the global parameter map. Return Value array
array getQueuedCookies() Get the cookies which have been queued for the next request. Return Value array
$this put(mixed $key, mixed $value) Put an item in the collection by key. Parameters mixed $key mixed $value Return Value $this
mixed avg(string $column) Retrieve the average of the values of a given column. Parameters string $column Return Value mixed
void info(string $string, null|int|string $verbosity = null) Write a string as information output. Parameters string $string null|int|string $verbosity Return Value void
string implode(string $value, string $glue = null) Concatenate values of a given key as a string. Parameters string $value string $glue Return Value string
string anticipate(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string
Page 572 of 996