mixed __call(string $method, array $parameters) Handle dynamic method calls to the relationship. Parameters string $method array $parameters Return Value mixed
void __construct(Filesystem $files, Composer $composer) Create a new command instance. Parameters Filesystem $files Composer $composer Return Value void
bool save(array $options = array()) Save the model to the database. Parameters array $options Return Value bool
bool validateCredentials(Authenticatable $user, array $credentials) Validate a user against the given credentials. Parameters Authenticatable $user array $credentials Return Value bool
string askWithCompletion(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string
bool regenerate(bool $destroy = false) Generate a new session identifier. Parameters bool $destroy Return Value bool
Builder|Builder leftJoin(string $table, string $first, string $operator = null, string $second = null) Add a left join to the query. Parameters string $table string $first string $operator string $second Return Value Builder|Builder
$this orderBy(string $column, string $direction = 'asc') Add an "order by" clause to the query. Parameters string $column string $direction Return Value $this
Application getLaravel() Get the Laravel application instance. Return Value Application
static void macro(string $name, callable $macro) Register a custom macro. Parameters string $name callable $macro Return Value void
Page 447 of 996