HasOne::createMany()

array createMany(array $records) Create an array of new instances of the related model. Parameters array $records Return Value array

TestCase::seeElement()

$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

MorphPivot::setAppends()

$this setAppends(array $appends) Set the accessors to append to model arrays. Parameters array $appends Return Value $this

TinkerServiceProvider::commands()

void commands(array $commands) Register the package's custom Artisan commands. Parameters array $commands Return Value void

Authenticated::__wakeup()

void __wakeup() Restore the model after serialization. Return Value void

Model::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

User::getAttributes()

array getAttributes() Get all of the current attributes on the model. Return Value array

StoreInterface::increment()

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

ServiceProvider::compiles()

static array compiles() Get a list of files that should be compiled for the package. Return Value array

SqsQueue::getSqs()

SqsClient getSqs() Get the underlying SQS instance. Return Value SqsClient