Builder::hasTable()

bool hasTable(string $table) Determine if the given table exists. Parameters string $table Return Value bool

DatabaseNotificationCollection::keys()

Collection keys() Get the keys of the collection items. Return Value Collection

DatabaseNotification::joiningTable()

string joiningTable(string $related) Get the joining table name for a many-to-many relation. Parameters string $related Return Value string

ResourceRegistrar::getParameters()

static array getParameters() Get the global parameter map. Return Value array

CookieJar::getQueuedCookies()

array getQueuedCookies() Get the cookies which have been queued for the next request. Return Value array

DatabaseNotificationCollection::put()

$this put(mixed $key, mixed $value) Put an item in the collection by key. Parameters mixed $key mixed $value Return Value $this

JoinClause::avg()

mixed avg(string $column) Retrieve the average of the values of a given column. Parameters string $column Return Value mixed

SessionTableCommand::info()

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

Collection::implode()

string implode(string $value, string $glue = null) Concatenate values of a given key as a string. Parameters string $value string $glue Return Value string

UpCommand::anticipate()

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