KeyGenerateCommand::hasOption()

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

EnvironmentVariablesLoaderInterface::load()

array load(string $environment = null) Load the environment variables for the given environment. Parameters string $environment Return Value array

MorphToMany::getResults()

mixed getResults() Get the results of the relationship. Return Value mixed

Mailer::getSwiftMailer()

Swift_Mailer getSwiftMailer() Get the Swift Mailer instance. Return Value Swift_Mailer

JoinClause::whereDate()

Builder|Builder whereDate(string $column, string $operator, mixed $value = null, string $boolean = 'and') Add a "where date" statement to the query. Parameters string $column string $operator mixed $value string $boolean Return Value Builder|Builder

DatabaseNotification::fill()

$this fill(array $attributes) Fill the model with an array of attributes. Parameters array $attributes Return Value $this Exceptions MassAssignmentException

DatabasePresenceVerifier::getMultiCount()

int getMultiCount(string $collection, string $column, array $values, array $extra = array()) Count the number of objects in a collection with the given values. Parameters string $collection string $column array $values array $extra Return Value int

BootstrapPresenter::getPageRange()

string getPageRange(int $start, int $end) Create a range of pagination links. Parameters int $start int $end Return Value string

RequestGuard::__construct()

void __construct(callable $callback, Request $request) Create a new authentication guard. Parameters callable $callback Request $request Return Value void

LengthAwarePaginator::links()

string links(string $view = null) Render the paginator using the given view. Parameters string $view Return Value string