EngineInterface

EngineInterface interface EngineInterface (View source) Methods string get(string $path, array $data = array()) Get the evaluated contents of the view.

App

App class App 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 resolved in

Application::registerConfiguredProviders()

void registerConfiguredProviders() Register all of the configured providers. Return Value void

BelongsTo::__construct()

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

Pivot::newEloquentBuilder()

Builder|Model newEloquentBuilder(Builder $query) Create a new Eloquent query builder for the model. Parameters Builder $query Return Value Builder|Model

MorphTo::getOtherKey()

string getOtherKey() Get the associated key of the relationship. Return Value string

Notification::__sleep()

array __sleep() Prepare the instance for serialization. Return Value array

ListFailedCommand::call()

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

ResponseFactory::redirectToIntended()

RedirectResponse redirectToIntended(string $default = '/', int $status = 302, array $headers = array(), bool|null $secure = null) Create a new redirect response to the previously intended location. Parameters string $default int $status array $headers bool|null $secure Return Value RedirectResponse

Container::resolving()

void resolving(string $abstract, Closure $callback = null) Register a new resolving callback. Parameters string $abstract Closure $callback Return Value void