ClearCompiledCommand::argument()

string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array

Event::at()

$this at(string $time) Schedule the command at a given time. Parameters string $time Return Value $this

ClassLoader

ClassLoader class ClassLoader (View source) Methods static bool load(string $class) Load the given class file. static string normalizeClass(string $class) Get the normal file name for a class. static void register() Register the given class loader on the auto-loader stack. static void addDirectories(string|array $directories) Add directories to the class loader. static void removeDirectories(string|array $directories = null) Remove directories from the class loader.

RoutesCommand::argument()

string|array argument(string $key = null) Get the value of a command argument. Parameters string $key Return Value string|array

BelongsTo::relatedUpdatedAt()

string relatedUpdatedAt() Get the name of the related model's "updated at" column. Return Value string

MorphPivot::getTouchedRelations()

array getTouchedRelations() Get the relationships that are touched on save. Return Value array

HasLink::matches()

bool matches(Crawler|string $crawler) Check if the link is found in the given crawler. Parameters Crawler|string $crawler Return Value bool

Paginator::url()

string url(int $page) Get the URL for a given page. Parameters int $page Return Value string

DatabaseNotification::append()

$this append(array|string $attributes) Append attributes to query when building a query. Parameters array|string $attributes Return Value $this

RemindersTableCommand::call()

int call(string $command, array $arguments = array()) Call another console command. Parameters string $command array $arguments Return Value int