CookieJar::setDefaultPathAndDomain()

$this setDefaultPathAndDomain(string $path, string $domain, bool $secure = false) Set the default path and domain for the jar. Parameters string $path string $domain bool $secure Return Value $this

JoinClause::addWhereExistsQuery()

$this addWhereExistsQuery(Builder $query, string $boolean = 'and', bool $not = false) Add an exists clause to the query. Parameters Builder $query string $boolean bool $not Return Value $this

IronJob::__construct()

void __construct(Container $container, IronQueue $iron, object $job, bool $pushed = false) Create a new job instance. Parameters Container $container IronQueue $iron object $job bool $pushed Return Value void

User::setEventDispatcher()

static void setEventDispatcher(Dispatcher $dispatcher) Set the event dispatcher instance. Parameters Dispatcher $dispatcher Return Value void

Container::bind()

void bind(string|array $abstract, Closure|string|null $concrete = null, bool $shared = false) Register a binding with the container. Parameters string|array $abstract Closure|string|null $concrete bool $shared Return Value void

DatabaseNotification::setRawAttributes()

$this setRawAttributes(array $attributes, bool $sync = false) Set the array of model attributes. No checking is done. Parameters array $attributes bool $sync Return Value $this

Registrar

Registrar interface Registrar (View source) Methods void get(string $uri, Closure|array|string $action) Register a new GET route with the router. void post(string $uri, Closure|array|string $action) Register a new POST route with the router. void put(string $uri, Closure|array|string $action) Register a new PUT route with the router. void delete(string $uri, Closure|array|string $action) Register a new DELETE route with the router. void patch(string $uri, Closure|array

ConnectionResolver

ConnectionResolver class ConnectionResolver implements ConnectionResolverInterface (View source) Methods void __construct(array $connections = array()) Create a new connection resolver instance. ConnectionInterface connection(string $name = null) Get a database connection instance. void addConnection(string $name, ConnectionInterface $connection) Add a connection to the resolver. bool hasConnection(string $name) Check if a connection has been registered. string getDefa

Notification::clearResolvedInstances()

static void clearResolvedInstances() Clear all of the resolved instances. Return Value void

SeedServiceProvider::pathsToPublish()

static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. Parameters string $provider string $group Return Value array