Connection::setReadPdo()

$this setReadPdo(PDO|null $pdo) Set the PDO connection used for reading. Parameters PDO|null $pdo Return Value $this

CanResetPassword

CanResetPassword interface CanResetPassword (View source) Methods string getEmailForPasswordReset() Get the e-mail address where password reset links are sent. void sendPasswordResetNotification(string $token) Send the password reset notification.

CacheTableCommand::secret()

string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string

CacheTableCommand::ask()

string ask(string $question, string $default = null) Prompt the user for input. Parameters string $question string $default Return Value string

ComposerServiceProvider::compiles()

static array compiles() Get a list of files that should be compiled for the package. Return Value array

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

RetryCommand::secret()

string secret(string $question, bool $fallback = true) Prompt the user for input but hide the answer from the console. Parameters string $question bool $fallback Return Value string

HasOneOrMany::create()

Model create(array $attributes) Create a new instance of the related model. Parameters array $attributes Return Value Model

User::touchOwners()

void touchOwners() Touch the owning relations of the model. Return Value void

Collection::getIterator()

ArrayIterator getIterator() Get an iterator for the items. Return Value ArrayIterator