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

SQLiteGrammar::compileDisableForeignKeyConstraints()

string compileDisableForeignKeyConstraints() Compile the command to disable foreign key constraints. Return Value string

ListenCommand

ListenCommand class ListenCommand extends Command (View source) Methods void __construct(Listener $listener) Create a new queue listen command. int run(InputInterface $input, OutputInterface $output) Run the console command. from Command int call(string $command, array $arguments = array()) Call another console command. from Command int callSilent(string $command, array $arguments = array()) Call another console command silently. from Command string|array argument(string

Broadcast

Broadcast class Broadcast extends Facade (View source) Methods static void swap(mixed $instance) Hotswap the underlying instance behind the facade. from Facade static void spy() Convert the facade into a Mockery spy. 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 instan

Pivot::newQueryWithoutScope()

Builder newQueryWithoutScope(Scope|string $scope) Get a new query instance without a given scope. Parameters Scope|string $scope Return Value Builder

ContextualBindingBuilder

ContextualBindingBuilder class ContextualBindingBuilder implements ContextualBindingBuilder (View source) Methods void __construct(Container $container, string $concrete) Create a new contextual binding builder. $this needs(string $abstract) Define the abstract target that depends on the context. void give(Closure|string $implementation) Define the implementation for the contextual binding.

DatabaseNotification::markAsRead()

void markAsRead() Mark the notification as read. Return Value void

UrlGenerator::forceRootUrl()

void forceRootUrl(string $root) Set the forced root URL. Parameters string $root Return Value void

PostgresBuilder::__construct()

void __construct(Connection $connection) Create a new database Schema manager. Parameters Connection $connection Return Value void

EngineResolver

EngineResolver class EngineResolver (View source) Methods void register(string $engine, Closure $resolver) Register a new engine resolver. EngineInterface resolve(string $engine) Resolver an engine instance by name.