Writer::getEventDispatcher()

Dispatcher getEventDispatcher() Get the event dispatcher instance. Return Value Dispatcher

Grammar::getDateFormat()

string getDateFormat() Get the format for database stored dates. Return Value string

MorphPivot::creating()

static void creating(Closure|string $callback, int $priority) Register a creating model event with the dispatcher. Parameters Closure|string $callback int $priority Return Value void

FilesystemAdapter::put()

bool put(string $path, string|resource $contents, string $visibility = null) Write the contents of a file. Parameters string $path string|resource $contents string $visibility Return Value bool

ControllerDispatcher::getMiddleware()

static array getMiddleware(Controller $controller, string $method) Get the middleware for the controller instance. Parameters Controller $controller string $method Return Value array

ClosureCommand::__construct()

void __construct(string $signature, Closure $callback) Create a new command instance. Parameters string $signature Closure $callback Return Value void

MarshalException

MarshalException class MarshalException extends RuntimeException (View source) Methods static void whileMapping(string $command, ReflectionParameter $parameter) Throw a new exception.

Grammar::isExpression()

bool isExpression(mixed $value) Determine if the given value is a raw expression. Parameters mixed $value Return Value bool

ClosureCommand::call()

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

Support\Testing\Fakes

Illuminate\Support\Testing\Fakes Classes BusFake EventFake MailFake MailableFake NotificationFake QueueFake