Mailable::send()

void send(Mailer $mailer) Send the message using the given mailer. Parameters Mailer $mailer Return Value void

RedisQueue::pushRaw()

mixed pushRaw(string $payload, string $queue = null, array $options = array()) Push a raw payload onto the queue. Parameters string $payload string $queue array $options Return Value mixed

DatabaseReminderRepository

DatabaseReminderRepository class DatabaseReminderRepository implements ReminderRepositoryInterface (View source) Methods void __construct(Connection $connection, string $table, string $hashKey, int $expires = 60) Create a new reminder repository instance. string create(RemindableInterface $user) Create a new reminder record and token. bool exists(RemindableInterface $user, string $token) Determine if a reminder record exists and is valid. void delete(string $token) Delete a

FailConsoleServiceProvider::when()

array when() Get the events that trigger this service provider to register. Return Value array

SQLiteGrammar::compileChange()

array compileChange(Blueprint $blueprint, Fluent $command, Connection $connection) Compile a change column command into a series of SQL statements. Parameters Blueprint $blueprint Fluent $command Connection $connection Return Value array Exceptions RuntimeException

MakesHttpRequests::seeInElement()

$this seeInElement(string $element, string $text, bool $negate = false) Assert that a given string is seen inside an element. Parameters string $element string $text bool $negate Return Value $this

QueueingFactory::make()

Cookie make(string $name, string $value, int $minutes, string $path = null, string $domain = null, bool $secure = false, bool $httpOnly = true) Create a new cookie instance. Parameters string $name string $value int $minutes string $path string $domain bool $secure bool $httpOnly Return Value Cookie

BelongsToMany::detach()

int detach(mixed $ids = array(), bool $touch = true) Detach models from the relationship. Parameters mixed $ids bool $touch Return Value int

BelongsToMany::getHasCompareKey()

string getHasCompareKey() Get the key for comparing against the parent key in "has" query. Return Value string

MorphOneOrMany::saveMany()

Traversable|array saveMany(Traversable|array $models) Attach a collection of models to the parent instance. Parameters Traversable|array $models Return Value Traversable|array