MailMessage::from()

$this from(string $address, string|null $name = null) Set the from address for the mail message. Parameters string $address string|null $name Return Value $this

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

MailMakeCommand::hasOption()

bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool

MailMakeCommand::question()

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

PresenceVerifierInterface

PresenceVerifierInterface interface PresenceVerifierInterface (View source) Methods int getCount(string $collection, string $column, string $value, int $excludeId = null, string $idColumn = null, array $extra = array()) Count the number of objects in a collection having the given value. int getMultiCount(string $collection, string $column, array $values, array $extra = array()) Count the number of objects in a collection with the given values.

Blueprint::dropTimestamps()

void dropTimestamps() Indicate that the timestamp columns should be dropped. Return Value void

HasOneOrMany::getForeignKey()

string getForeignKey() Get the foreign key for the relationship. Return Value string

ConfigPublisher::alreadyPublished()

bool alreadyPublished(string $package) Determine if a given package has already been published. Parameters string $package Return Value bool

MySqlGrammar::getTablePrefix()

string getTablePrefix() Get the grammar's table prefix. Return Value string

Pivot::create()

static Model create(array $attributes = array()) Save a new model and return the instance. Parameters array $attributes Return Value Model