AutoloadCommand::error()

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

Translator::trans()

string|array|null trans(string $id, array $parameters = array(), string $domain = 'messages', string $locale = null) Get the translation for a given key. Parameters string $id array $parameters string $domain string $locale Return Value string|array|null

Facade::spy()

static void spy() Convert the facade into a Mockery spy. Return Value void

QueueServiceProvider::compiles()

static array compiles() Get a list of files that should be compiled for the package. Return Value array

Hub::pipe()

mixed pipe(mixed $object, string|null $pipeline = null) Send an object through one of the available pipelines. Parameters mixed $object string|null $pipeline Return Value mixed

User::hasGlobalScope()

static bool hasGlobalScope(Scope|string $scope) Determine if a model has a global scope. Parameters Scope|string $scope Return Value bool

Collection::union()

Collection union(mixed $items) Union the collection with the given items. Parameters mixed $items Return Value Collection

Manager::later()

static mixed later(DateTime|int $delay, string $job, mixed $data = '', string $queue = null, string $connection = null) Push a new job onto the queue after a delay. Parameters DateTime|int $delay string $job mixed $data string $queue string $connection Return Value mixed

Macroable::hasMacro()

static bool hasMacro(string $name) Checks if macro is registered. Parameters string $name Return Value bool

MailMessage::to()

$this to(string|array $address) Set the recipient address for the mail message. Parameters string|array $address Return Value $this