SessionTableCommand::table()

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

HasOneOrMany::updatedAt()

string updatedAt() Get the name of the "updated at" column. Return Value string

OutputStyle::__construct()

void __construct(InputInterface $input, OutputInterface $output) Create a new Console OutputStyle instance. Parameters InputInterface $input OutputInterface $output Return Value void

ConnectionInterface::transactionLevel()

int transactionLevel() Get the number of active transactions. Return Value int

InstallCommand::call()

int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int

MorphOne::__clone()

void __clone() Force a clone of the underlying query builder when cloning. Return Value void

HasOne::updatedAt()

string updatedAt() Get the name of the "updated at" column. Return Value string

PostgresConnection::unprepared()

bool unprepared(string $query) Run a raw, unprepared query against the PDO connection. Parameters string $query Return Value bool

GeneratorCommand::call()

int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int

ConfigPublishCommand::argument()

string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array