CommandCreatorServiceProvider::isDeferred()

bool isDeferred() Determine if the provider is deferred. Return Value bool

TinkerCommand::callSilent()

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

BroadcastController::__call()

mixed __call(string $method, array $parameters) Handle calls to missing methods on the controller. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException

Cache::__callStatic()

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

Expression::getValue()

mixed getValue() Get the value of the expression. Return Value mixed

Pivot::joiningTable()

string joiningTable(string $related) Get the joining table name for a many-to-many relation. Parameters string $related Return Value string

Gate::after()

$this after(callable $callback) Register a callback to run after all Gate checks. Parameters callable $callback Return Value $this

Pivot::getAttributeValue()

mixed getAttributeValue(string $key) Get a plain attribute (not a relationship). Parameters string $key Return Value mixed

MySqlGrammar::compileRandom()

string compileRandom(string $seed) Compile the random statement into SQL. Parameters string $seed Return Value string

MorphPivot::forceDelete()

bool|null forceDelete() Force a hard delete on a soft deleted model. This method protects developers from running forceDelete when trait is missing. Return Value bool|null