class View extends Facade

Properties

static protected $app

The application instance being facaded.

from  Facade
static protected array $resolvedInstance

The resolved object instances.

from  Facade
static protected bool $cached

Indicates if the resolved instance should be cached.

from  Facade

Methods

static void
resolved(Closure $callback)

Run a Closure when the facade has been resolved.

from  Facade
static 
spy()

Convert the facade into a Mockery spy.

from  Facade
static 
partialMock()

Initiate a partial mock on the facade.

from  Facade
static 
shouldReceive()

Initiate a mock expectation on the facade.

from  Facade
static 
expects()

Initiate a mock expectation on the facade.

from  Facade
static 
createFreshMockInstance()

Create a fresh mock instance for the given class.

from  Facade
static 
createMock()

Create a fresh mock instance for the given class.

from  Facade
static bool
isMock()

Determines whether a mock is set as the instance of the facade.

from  Facade
static string|null
getMockableClass()

Get the mockable class for the bound instance.

from  Facade
static 
swap(mixed $instance)

Hotswap the underlying instance behind the facade.

from  Facade
static bool
isFake()

Determines whether a "fake" has been set as the facade instance.

from  Facade
static mixed
getFacadeRoot()

Get the root object behind the facade.

from  Facade
static string
getFacadeAccessor()

Get the registered name of the component.

static mixed
resolveFacadeInstance(string $name)

Resolve the facade root instance from the container.

from  Facade
static void
clearResolvedInstance(string|null $name = null)

Clear a resolved facade instance.

from  Facade
static void
clearResolvedInstances()

Clear all of the resolved instances.

from  Facade
static Collection
defaultAliases()

Get the application default aliases.

from  Facade
static 
getFacadeApplication()

Get the application instance behind the facade.

from  Facade
static void
setFacadeApplication(mixed $app)

Set the application instance.

from  Facade
static 
__callStatic(string $method, array $args)

Handle dynamic, static calls to the object.

from  Facade
static View
file(string $path, Arrayable|array $data = '[]', array $mergeData = '[]')

No description

static View
make(string $view, Arrayable|array $data = '[]', array $mergeData = '[]')

No description

static View
first(array $views, Arrayable|array $data = '[]', array $mergeData = '[]')

No description

static string
renderWhen(bool $condition, string $view, Arrayable|array $data = '[]', array $mergeData = '[]')

No description

static string
renderUnless(bool $condition, string $view, Arrayable|array $data = '[]', array $mergeData = '[]')

No description

static string
renderEach(string $view, array $data, string $iterator, string $empty = '\'raw|\'')

No description

static bool
exists(string $view)

No description

static Engine
getEngineFromPath(string $path)

No description

static mixed
share(array|string $key, mixed $value = 'null')

No description

static void
incrementRender()

No description

static void
decrementRender()

No description

static void
observeRendering(callable $observer)

No description

static void
notifyRendering(View $view)

No description

static bool
doneRendering()

No description

static bool
hasRenderedOnce(string $id)

No description

static void
markAsRenderedOnce(string $id)

No description

static void
addLocation(string $location)

No description

static void
prependLocation(string $location)

No description

static Factory
addNamespace(string $namespace, array|string $hints)

No description

static Factory
prependNamespace(string $namespace, array|string $hints)

No description

static Factory
replaceNamespace(string $namespace, array|string $hints)

No description

static void
addExtension(string $extension, string $engine, Closure|null $resolver = 'null')

No description

static void
flushState()

No description

static void
flushStateIfDoneRendering()

No description

static array
getExtensions()

No description

static EngineResolver
getEngineResolver()

No description

getFinder()

No description

static void
setFinder(ViewFinderInterface $finder)

No description

static void
flushFinderCache()

No description

static Dispatcher
getDispatcher()

No description

static void
setDispatcher(Dispatcher $events)

No description

static Container
getContainer()

No description

static void
setContainer(Container $container)

No description

static mixed
shared(string $key, mixed $default = 'null')

No description

static array
getShared()

No description

static void
macro(string $name, callable|object $macro)

No description

static void
mixin(object $mixin, bool $replace = 'true')

No description

static bool
hasMacro(string $name)

No description

static void
flushMacros()

No description

static void
startComponent(Closure|string $view, array $data = '[]')

No description

static void
startComponentFirst(array $names, array $data = '[]')

No description

static string
renderComponent()

No description

static mixed
getConsumableComponentData(string $key, mixed $default = 'null')

No description

static void
slot(string $name, string|null $content = 'null', array $attributes = '[]')

No description

static void
endSlot()

No description

static array
creator(array|string $views, Closure|string $callback)

No description

static array
composers(array $composers)

No description

static array
composer(array|string $views, Closure|string $callback)

No description

static void
callComposer(View $view)

No description

static void
callCreator(View $view)

No description

static void
startFragment(string $fragment)

No description

static string
stopFragment()

No description

static mixed
getFragment(string $name, string|null $default = 'null')

No description

static array
getFragments()

No description

static void
flushFragments()

No description

static void
startSection(string $section, View|string|null $content = 'null')

No description

static void
inject(string $section, string $content)

No description

static string
yieldSection()

No description

static string
stopSection(bool $overwrite = 'false')

No description

static string
appendSection()

No description

static string
yieldContent(string $section, View|string $default = '\'\'')

No description

static string
getParentPlaceholder(string $section = '\'\'')

No description

static bool
hasSection(string $name)

No description

static bool
sectionMissing(string $name)

No description

static mixed
getSection(string $name, string|null $default = 'null')

No description

static array
getSections()

No description

static void
flushSections()

No description

static void
addLoop(mixed $data)

No description

static void
incrementLoopIndices()

No description

static void
popLoop()

No description

static stdClass|null
getLastLoop()

No description

static array
getLoopStack()

No description

static void
startPush(string $section, string $content = '\'\'')

No description

static string
stopPush()

No description

static void
startPrepend(string $section, string $content = '\'\'')

No description

static string
stopPrepend()

No description

static string
yieldPushContent(string $section, string $default = '\'\'')

No description

static bool
isStackEmpty(string $section)

No description

static void
flushStacks()

No description

static void
startTranslation(array $replacements = '[]')

No description

static string
renderTranslation()

No description

Details

in Facade at line 55
static void resolved(Closure $callback)

Run a Closure when the facade has been resolved.

Boot-only. The callback is registered on the worker-global container and runs for every subsequent resolution of the facade accessor.

Parameters

Closure $callback

Return Value

void

in Facade at line 71
static spy()

Convert the facade into a Mockery spy.

in Facade at line 89
static partialMock()

Initiate a partial mock on the facade.

Tests only. Swaps the resolved facade instance for the worker lifetime.

in Facade at line 105
static shouldReceive()

Initiate a mock expectation on the facade.

Tests only. Swaps the resolved facade instance for the worker lifetime.

in Facade at line 121
static expects()

Initiate a mock expectation on the facade.

Tests only. Swaps the resolved facade instance for the worker lifetime.

in Facade at line 135
static protected createFreshMockInstance()

Create a fresh mock instance for the given class.

in Facade at line 147
static protected createMock()

Create a fresh mock instance for the given class.

in Facade at line 157
static protected bool isMock()

Determines whether a mock is set as the instance of the facade.

Return Value

bool

in Facade at line 168
static protected string|null getMockableClass()

Get the mockable class for the bound instance.

Return Value

string|null

in Facade at line 184
static swap(mixed $instance)

Hotswap the underlying instance behind the facade.

Tests only. Replaces the worker-wide resolved facade instance and container binding; runtime use races across coroutines and changes every subsequent facade call.

Parameters

mixed $instance

in Facade at line 196
static bool isFake()

Determines whether a "fake" has been set as the facade instance.

Return Value

bool

in Facade at line 207
static mixed getFacadeRoot()

Get the root object behind the facade.

Return Value

mixed

at line 94
static protected string getFacadeAccessor()

Get the registered name of the component.

Return Value

string

in Facade at line 223
static protected mixed resolveFacadeInstance(string $name)

Resolve the facade root instance from the container.

Parameters

string $name

Return Value

mixed

in Facade at line 246
static void clearResolvedInstance(string|null $name = null)

Clear a resolved facade instance.

Boot or tests only. Clears a worker-wide facade cache entry; concurrent coroutines may still hold the previous resolved instance.

Parameters

string|null $name

Return Value

void

in Facade at line 257
static void clearResolvedInstances()

Clear all of the resolved instances.

Boot or tests only. Clears the worker-wide facade cache; concurrent coroutines may still hold previously resolved instances.

Return Value

void

in Facade at line 265
static Collection defaultAliases()

Get the application default aliases.

Return Value

Collection

in Facade at line 324
static getFacadeApplication()

Get the application instance behind the facade.

in Facade at line 337
static void setFacadeApplication(mixed $app)

Set the application instance.

Tests only. Replaces the worker-wide facade application reference; runtime use races across coroutines and breaks every facade lookup.

Parameters

mixed $app

Return Value

void

in Facade at line 347
static __callStatic(string $method, array $args)

Handle dynamic, static calls to the object.

Parameters

string $method
array $args

Exceptions

RuntimeException

at line 92
static View file(string $path, Arrayable|array $data = '[]', array $mergeData = '[]')

No description

Parameters

string $path
Arrayable|array $data
array $mergeData

Return Value

View

at line 92
static View make(string $view, Arrayable|array $data = '[]', array $mergeData = '[]')

No description

Parameters

string $view
Arrayable|array $data
array $mergeData

Return Value

View

at line 92
static View first(array $views, Arrayable|array $data = '[]', array $mergeData = '[]')

No description

Parameters

array $views
Arrayable|array $data
array $mergeData

Return Value

View

at line 92
static string renderWhen(bool $condition, string $view, Arrayable|array $data = '[]', array $mergeData = '[]')

No description

Parameters

bool $condition
string $view
Arrayable|array $data
array $mergeData

Return Value

string

at line 92
static string renderUnless(bool $condition, string $view, Arrayable|array $data = '[]', array $mergeData = '[]')

No description

Parameters

bool $condition
string $view
Arrayable|array $data
array $mergeData

Return Value

string

at line 92
static string renderEach(string $view, array $data, string $iterator, string $empty = '\'raw|\'')

No description

Parameters

string $view
array $data
string $iterator
string $empty

Return Value

string

at line 92
static bool exists(string $view)

No description

Parameters

string $view

Return Value

bool

at line 92
static Engine getEngineFromPath(string $path)

No description

Parameters

string $path

Return Value

Engine

at line 92
static mixed share(array|string $key, mixed $value = 'null')

No description

Parameters

array|string $key
mixed $value

Return Value

mixed

at line 92
static void incrementRender()

No description

Return Value

void

at line 92
static void decrementRender()

No description

Return Value

void

at line 92
static void observeRendering(callable $observer)

No description

Parameters

callable $observer

Return Value

void

at line 92
static void notifyRendering(View $view)

No description

Parameters

View $view

Return Value

void

at line 92
static bool doneRendering()

No description

Return Value

bool

at line 92
static bool hasRenderedOnce(string $id)

No description

Parameters

string $id

Return Value

bool

at line 92
static void markAsRenderedOnce(string $id)

No description

Parameters

string $id

Return Value

void

at line 92
static void addLocation(string $location)

No description

Parameters

string $location

Return Value

void

at line 92
static void prependLocation(string $location)

No description

Parameters

string $location

Return Value

void

at line 92
static Factory addNamespace(string $namespace, array|string $hints)

No description

Parameters

string $namespace
array|string $hints

Return Value

Factory

at line 92
static Factory prependNamespace(string $namespace, array|string $hints)

No description

Parameters

string $namespace
array|string $hints

Return Value

Factory

at line 92
static Factory replaceNamespace(string $namespace, array|string $hints)

No description

Parameters

string $namespace
array|string $hints

Return Value

Factory

at line 92
static void addExtension(string $extension, string $engine, Closure|null $resolver = 'null')

No description

Parameters

string $extension
string $engine
Closure|null $resolver

Return Value

void

at line 92
static void flushState()

No description

Return Value

void

at line 92
static void flushStateIfDoneRendering()

No description

Return Value

void

at line 92
static array getExtensions()

No description

Return Value

array

at line 92
static EngineResolver getEngineResolver()

No description

Return Value

EngineResolver

at line 92
static ViewFinderInterface getFinder()

No description

Return Value

ViewFinderInterface

at line 92
static void setFinder(ViewFinderInterface $finder)

No description

Parameters

ViewFinderInterface $finder

Return Value

void

at line 92
static void flushFinderCache()

No description

Return Value

void

at line 92
static Dispatcher getDispatcher()

No description

Return Value

Dispatcher

at line 92
static void setDispatcher(Dispatcher $events)

No description

Parameters

Dispatcher $events

Return Value

void

at line 92
static Container getContainer()

No description

Return Value

Container

at line 92
static void setContainer(Container $container)

No description

Parameters

Container $container

Return Value

void

at line 92
static mixed shared(string $key, mixed $default = 'null')

No description

Parameters

string $key
mixed $default

Return Value

mixed

at line 92
static array getShared()

No description

Return Value

array

at line 92
static void macro(string $name, callable|object $macro)

No description

Parameters

string $name
callable|object $macro

Return Value

void

at line 92
static void mixin(object $mixin, bool $replace = 'true')

No description

Parameters

object $mixin
bool $replace

Return Value

void

at line 92
static bool hasMacro(string $name)

No description

Parameters

string $name

Return Value

bool

at line 92
static void flushMacros()

No description

Return Value

void

at line 92
static void startComponent(Closure|string $view, array $data = '[]')

No description

Parameters

Closure|string $view
array $data

Return Value

void

at line 92
static void startComponentFirst(array $names, array $data = '[]')

No description

Parameters

array $names
array $data

Return Value

void

at line 92
static string renderComponent()

No description

Return Value

string

at line 92
static mixed getConsumableComponentData(string $key, mixed $default = 'null')

No description

Parameters

string $key
mixed $default

Return Value

mixed

at line 92
static void slot(string $name, string|null $content = 'null', array $attributes = '[]')

No description

Parameters

string $name
string|null $content
array $attributes

Return Value

void

at line 92
static void endSlot()

No description

Return Value

void

at line 92
static array creator(array|string $views, Closure|string $callback)

No description

Parameters

array|string $views
Closure|string $callback

Return Value

array

at line 92
static array composers(array $composers)

No description

Parameters

array $composers

Return Value

array

at line 92
static array composer(array|string $views, Closure|string $callback)

No description

Parameters

array|string $views
Closure|string $callback

Return Value

array

at line 92
static void callComposer(View $view)

No description

Parameters

View $view

Return Value

void

at line 92
static void callCreator(View $view)

No description

Parameters

View $view

Return Value

void

at line 92
static void startFragment(string $fragment)

No description

Parameters

string $fragment

Return Value

void

at line 92
static string stopFragment()

No description

Return Value

string

at line 92
static mixed getFragment(string $name, string|null $default = 'null')

No description

Parameters

string $name
string|null $default

Return Value

mixed

at line 92
static array getFragments()

No description

Return Value

array

at line 92
static void flushFragments()

No description

Return Value

void

at line 92
static void startSection(string $section, View|string|null $content = 'null')

No description

Parameters

string $section
View|string|null $content

Return Value

void

at line 92
static void inject(string $section, string $content)

No description

Parameters

string $section
string $content

Return Value

void

at line 92
static string yieldSection()

No description

Return Value

string

at line 92
static string stopSection(bool $overwrite = 'false')

No description

Parameters

bool $overwrite

Return Value

string

at line 92
static string appendSection()

No description

Return Value

string

at line 92
static string yieldContent(string $section, View|string $default = '\'\'')

No description

Parameters

string $section
View|string $default

Return Value

string

at line 92
static string getParentPlaceholder(string $section = '\'\'')

No description

Parameters

string $section

Return Value

string

at line 92
static bool hasSection(string $name)

No description

Parameters

string $name

Return Value

bool

at line 92
static bool sectionMissing(string $name)

No description

Parameters

string $name

Return Value

bool

at line 92
static mixed getSection(string $name, string|null $default = 'null')

No description

Parameters

string $name
string|null $default

Return Value

mixed

at line 92
static array getSections()

No description

Return Value

array

at line 92
static void flushSections()

No description

Return Value

void

at line 92
static void addLoop(mixed $data)

No description

Parameters

mixed $data

Return Value

void

at line 92
static void incrementLoopIndices()

No description

Return Value

void

at line 92
static void popLoop()

No description

Return Value

void

at line 92
static stdClass|null getLastLoop()

No description

Return Value

stdClass|null

at line 92
static array getLoopStack()

No description

Return Value

array

at line 92
static void startPush(string $section, string $content = '\'\'')

No description

Parameters

string $section
string $content

Return Value

void

at line 92
static string stopPush()

No description

Return Value

string

at line 92
static void startPrepend(string $section, string $content = '\'\'')

No description

Parameters

string $section
string $content

Return Value

void

at line 92
static string stopPrepend()

No description

Return Value

string

at line 92
static string yieldPushContent(string $section, string $default = '\'\'')

No description

Parameters

string $section
string $default

Return Value

string

at line 92
static bool isStackEmpty(string $section)

No description

Parameters

string $section

Return Value

bool

at line 92
static void flushStacks()

No description

Return Value

void

at line 92
static void startTranslation(array $replacements = '[]')

No description

Parameters

array $replacements

Return Value

void

at line 92
static string renderTranslation()

No description

Return Value

string