bool isDeferred() Determine if the provider is deferred. Return Value bool
int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int
mixed __call(string $method, array $parameters) Handle calls to missing methods on the controller. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException
static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed
mixed getValue() Get the value of the expression. Return Value mixed
string joiningTable(string $related) Get the joining table name for a many-to-many relation. Parameters string $related Return Value string
$this after(callable $callback) Register a callback to run after all Gate checks. Parameters callable $callback Return Value $this
mixed getAttributeValue(string $key) Get a plain attribute (not a relationship). Parameters string $key Return Value mixed
string compileRandom(string $seed) Compile the random statement into SQL. Parameters string $seed Return Value string
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
Page 314 of 996