Blade::getFacadeRoot()

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

Blade::getFacadeApplication()

static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application

Blade Templates

Blade Templates Introduction Template Inheritance Defining A Layout Extending A Layout Displaying Data Blade & JavaScript Frameworks Control Structures If Statements Loops The Loop Variable Comments Including Sub-Views Rendering Views For Collections Stacks Service Injection Extending Blade Introduction Blade is the simple, yet powerful templating engine provided with Laravel. Unlike other popular PHP templating engines, Blade does not restrict you from using plain PHP code in you

Blade::clearResolvedInstance()

static void clearResolvedInstance(string $name) Clear a resolved facade instance. Parameters string $name Return Value void

BindingResolutionException deprecated

BindingResolutionException deprecated class BindingResolutionException extends Exception (View source) deprecated since version 5.1. Use Illuminate\Contracts\Container\BindingResolutionException.

Blade

Blade class Blade extends Facade (View source) Methods static void swap(mixed $instance) Hotswap the underlying instance behind the facade. from Facade static Expectation shouldReceive() Initiate a mock expectation on the facade. from Facade static mixed getFacadeRoot() Get the root object behind the facade. from Facade static void clearResolvedInstance(string $name) Clear a resolved facade instance. from Facade static void clearResolvedInstances() Clear all of the resolve

BelongsToMany::__clone()

void __clone() Force a clone of the underlying query builder when cloning. Return Value void

BelongsToMany::__call()

mixed __call(string $method, array $parameters) Handle dynamic method calls to the relationship. Parameters string $method array $parameters Return Value mixed

BelongsToMany::__construct()

void __construct(Builder $query, Model $parent, string $table, string $foreignKey, string $otherKey, string $relationName = null) Create a new belongs to many relationship instance. Parameters Builder $query Model $parent string $table string $foreignKey string $otherKey string $relationName Return Value void

BindingResolutionException

BindingResolutionException class BindingResolutionException extends Exception (View source)