MorphPivot::forceFill()

$this forceFill(array $attributes) Fill the model with an array of attributes. Force mass assignment. Parameters array $attributes Return Value $this

SqlServerGrammar::compileAdd()

string compileAdd(Blueprint $blueprint, Fluent $command) Compile a column addition table command. Parameters Blueprint $blueprint Fluent $command Return Value string

Cache::shouldReceive()

static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation

Response::__callStatic()

static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed

FailedTableCommand::fire()

void fire() Execute the console command. Return Value void

NotificationMakeCommand::options()

array options() Get all of the options passed to the command. Return Value array

MySqlGrammar::parameter()

string parameter(mixed $value) Get the appropriate query parameter place-holder for a value. Parameters mixed $value Return Value string

Pipeline::__construct()

void __construct(Container $container = null) Create a new class instance. Parameters Container $container Return Value void

Queue

Queue interface Queue (View source) Methods int size(string $queue = null) Get the size of the queue. mixed push(string $job, mixed $data = '', string $queue = null) Push a new job onto the queue. mixed pushRaw(string $payload, string $queue = null, array $options = array()) Push a raw payload onto the queue. mixed later(DateTime|int $delay, string $job, mixed $data = '', string $queue = null) Push a new job onto the queue after a delay. mixed pushOn(string $queue, str

BootstrapPresenter::getActivePageWrapper()

string getActivePageWrapper(string $text) Get HTML wrapper for active text. Parameters string $text Return Value string