Pivot::newFromBuilder()

Model newFromBuilder(array $attributes = array(), string|null $connection = null) Create a new model instance that is existing. Parameters array $attributes string|null $connection Return Value Model

SyncQueue::pushOn()

mixed pushOn(string $queue, string $job, mixed $data = '') Push a new job onto the queue. Parameters string $queue string $job mixed $data Return Value mixed

ComposerScripts::postUpdate()

static void postUpdate(Event $event) Handle the post-update Composer event. Parameters Event $event Return Value void

Pivot::getIncrementing()

bool getIncrementing() Get the value indicating whether the IDs are incrementing. Return Value bool

RouteClearCommand::choice()

string choice(string $question, array $choices, string $default = null, mixed $attempts = null, bool $multiple = null) Give the user a single choice from an array of answers. Parameters string $question array $choices string $default mixed $attempts bool $multiple Return Value string

MemcachedConnector

MemcachedConnector class MemcachedConnector (View source) Methods Memcached connect(array $servers, string|null $connectionId = null, array $options = array(), array $credentials = array()) Create a new Memcached connection.

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

FoundationServiceProvider::__construct()

void __construct(Application $app) Create a new service provider instance. Parameters Application $app Return Value void

FoundationServiceProvider::__call()

mixed __call(string $method, array $parameters) Dynamically handle missing method calls. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException

Gate::define()

$this define(string $ability, callable|string $callback) Define a new ability. Parameters string $ability callable|string $callback Return Value $this Exceptions InvalidArgumentException