string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array
string relatedUpdatedAt() Get the name of the related model's "updated at" column. Return Value string
array getTouchedRelations() Get the relationships that are touched on save. Return Value array
bool matches(Crawler|string $crawler) Check if the link is found in the given crawler. Parameters Crawler|string $crawler Return Value bool
string url(int $page) Get the URL for a given page. Parameters int $page Return Value string
$this append(array|string $attributes) Append attributes to query when building a query. Parameters array|string $attributes Return Value $this
int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int
bool once(array $credentials = array()) Log a user into the application without sessions or cookies. Parameters array $credentials Return Value bool
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
Container getContainer() Get the service container instance. Return Value Container
Page 223 of 996