MorphPivot::isDirty()

bool isDirty(array|string|null $attributes = null) Determine if the model or given attribute(s) have been modified. Parameters array|string|null $attributes Return Value bool

Message::bcc()

$this bcc(string|array $address, string|null $name = null) Add a blind carbon copy to the message. Parameters string|array $address string|null $name Return Value $this

SQLiteConnection::getQueryGrammar()

Grammar getQueryGrammar() Get the query grammar used by the connection. Return Value Grammar

AutoloadCommand::table()

void table(array $headers, array $rows, string $style = 'default') Format input to textual table Parameters array $headers array $rows string $style Return Value void

ConsoleMakeCommand::option()

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

ViewPublishCommand::getOutput()

OutputInterface getOutput() Get the output implementation. Return Value OutputInterface

TinkerCommand::info()

void info(string $string) Write a string as information output. Parameters string $string Return Value void

RollbackCommand::comment()

void comment(string $string, null|int|string $verbosity = null) Write a string as comment output. Parameters string $string null|int|string $verbosity Return Value void

MySqlConnection::getFetchConstructorArgument()

array getFetchConstructorArgument() Get custom constructor arguments for the PDO::FETCH_CLASS fetch mode. Return Value array

StorageLinkCommand::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