XCacheStore::getPrefix()

string getPrefix() Get the cache key prefix. Return Value string

ListFailedCommand::info()

void info(string $string, null|int|string $verbosity = null) Write a string as information output. Parameters string $string null|int|string $verbosity Return Value void

BroadcastEvent::__construct()

void __construct(Broadcaster $broadcaster) Create a new job handler instance. Parameters Broadcaster $broadcaster Return Value void

LengthAwarePaginator::toHtml()

string toHtml() Render the contents of the paginator to HTML. Return Value string

Model::setCreatedAt()

$this setCreatedAt(mixed $value) Set the value of the "created at" attribute. Parameters mixed $value Return Value $this

SeedCommand::line()

void line(string $string) Write a string as standard output. Parameters string $string Return Value void

HashServiceProvider::__call()

mixed __call(string $method, array $parameters) Dynamically handle missing method calls. Parameters string $method array $parameters Return Value mixed

DatabaseNotificationCollection::mapWithKeys()

Collection mapWithKeys(callable $callback) Run an associative map over each of the items. The callback should return an associative array with a single key/value pair. Parameters callable $callback Return Value Collection

File::getFacadeRoot()

static mixed getFacadeRoot() Get the root object behind the facade. Return Value mixed

Authenticatable::getAuthIdentifierName()

string getAuthIdentifierName() Get the name of the unique identifier for the user. Return Value string