int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int
int transactionLevel() Get the number of active transactions. Return Value int
void __clone() Force a clone of the underlying query builder when cloning. Return Value void
string updatedAt() Get the name of the "updated at" column. Return Value string
string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array
bool unprepared(string $query) Run a raw, unprepared query against the PDO connection. Parameters string $query Return Value bool
void disconnect() Disconnect from the underlying PDO connection. Return Value void
void setVisibility(string $path, string $visibility) Set the visibility for the given path. Parameters string $path string $visibility Return Value void
void table(array $headers, Arrayable|array $rows, string $style = 'default') Format input to textual table. Parameters array $headers Arrayable|array $rows string $style Return Value void
Page 602 of 996