$this seeElement(string $selector, array $attributes = array(), bool $negate = false) Assert that an element is present on the page. Parameters string $selector array $attributes bool $negate Return Value $this
$this setAppends(array $appends) Set the accessors to append to model arrays. Parameters array $appends Return Value $this
void commands(array $commands) Register the package's custom Artisan commands. Parameters array $commands Return Value void
void __wakeup() Restore the model after serialization. Return Value void
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
array getAttributes() Get all of the current attributes on the model. Return Value array
int|bool increment(string $key, mixed $value = 1) Increment the value of an item in the cache. Parameters string $key mixed $value Return Value int|bool
static array compiles() Get a list of files that should be compiled for the package. Return Value array
SqsClient getSqs() Get the underlying SQS instance. Return Value SqsClient
static mixed unguarded(callable $callback) Run the given callable while being unguarded. Parameters callable $callback Return Value mixed
Page 70 of 996