View\Engines

Illuminate\View\Engines Classes CompilerEngine Engine EngineResolver PhpEngine

Builder::withGlobalScope()

$this withGlobalScope(string $identifier, Scope|Closure $scope) Register a new global scope. Parameters string $identifier Scope|Closure $scope Return Value $this

BladeCompiler::directive()

void directive(string $name, callable $handler) Register a handler for custom directives. Parameters string $name callable $handler Return Value void

Collection::offsetGet()

mixed offsetGet(mixed $key) Get an item at a given offset. Parameters mixed $key Return Value mixed

ValidatesWhenResolved

ValidatesWhenResolved interface ValidatesWhenResolved (View source) Methods void validate() Validate the given class instance.

Blueprint::nullableTimestamps()

void nullableTimestamps() Add nullable creation and update timestamps to the table. Alias for self::timestamps(). Return Value void

CommandCreatorServiceProvider::provides()

array provides() Get the services provided by the provider. Return Value array

ChangesCommand::comment()

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

RoutesCommand::line()

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

Worker

Worker class Worker (View source) Methods void __construct(QueueManager $manager, Dispatcher $events, ExceptionHandler $exceptions) Create a new queue worker. void daemon(string $connectionName, string $queue, WorkerOptions $options) Listen to the given queue in a loop. void runNextJob(string $connectionName, string $queue, WorkerOptions $options) Process the next job on the queue. void process(string $connectionName, Job $job, WorkerOptions $options) Process a given job fr