Model::getAttributes()

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

Notifiable::unreadNotifications()

unreadNotifications() Get the entity's unread notifications.

MorphOne

MorphOne class MorphOne extends MorphOneOrMany (View source) Methods void __construct(Builder $query, Model $parent, string $type, string $id, string $localKey) Create a new morph one or many relationship instance. from MorphOneOrMany void addConstraints() Set the base constraints on the relation query. from MorphOneOrMany void addEagerConstraints(array $models) Set the constraints for an eager load of the relation. from MorphOneOrMany array initRelation(array $models, string

PostgresConnection::isDoctrineAvailable()

bool isDoctrineAvailable() Is Doctrine available? Return Value bool

Contracts\Hashing

Illuminate\Contracts\Hashing Interfaces Hasher

Validator::shouldReceive()

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

MigrateCommand::warn()

void warn(string $string, null|int|string $verbosity = null) Write a string as warning output. Parameters string $string null|int|string $verbosity Return Value void

Model::offsetUnset()

void offsetUnset(mixed $offset) Unset the value for a given offset. Parameters mixed $offset Return Value void

HasOneOrMany::createMany()

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

Kernel::bootstrap()

void bootstrap() Bootstrap the application for artisan commands. Return Value void