bool hasOption(string $name) Determine if the given option is present. Parameters string $name Return Value bool
array load(string $environment = null) Load the environment variables for the given environment. Parameters string $environment Return Value array
mixed getResults() Get the results of the relationship. Return Value mixed
Swift_Mailer getSwiftMailer() Get the Swift Mailer instance. Return Value Swift_Mailer
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
$this fill(array $attributes) Fill the model with an array of attributes. Parameters array $attributes Return Value $this Exceptions MassAssignmentException
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
string getPageRange(int $start, int $end) Create a range of pagination links. Parameters int $start int $end Return Value string
void __construct(callable $callback, Request $request) Create a new authentication guard. Parameters callable $callback Request $request Return Value void
string links(string $view = null) Render the paginator using the given view. Parameters string $view Return Value string
Page 680 of 996