HasOne::__call()
  • References/PHP/Laravel/Database/Eloquent/Relations

mixed __call(string $method, array $parameters) Handle dynamic method calls

2025-01-10 15:47:30
MorphPivot::getFillable()
  • References/PHP/Laravel/Database/Eloquent/Relations

array getFillable() Get the fillable attributes for the model.

2025-01-10 15:47:30
MorphPivot::update()
  • References/PHP/Laravel/Database/Eloquent/Relations

bool|int update(array $attributes = array()) Update the model in the database

2025-01-10 15:47:30
StatusCommand::hasArgument()
  • References/PHP/Laravel/Database/Console/Migrations

bool hasArgument(string|int $name) Determine if the given argument is present

2025-01-10 15:47:30
Pivot::offsetSet()
  • References/PHP/Laravel/Database/Eloquent/Relations

void offsetSet(mixed $offset, mixed $value) Set the value for a given offset

2025-01-10 15:47:30
PostgresConnection::getSchemaBuilder()
  • References/PHP/Laravel/Database

Builder getSchemaBuilder()

2025-01-10 15:47:30
Factory::makeAs()
  • References/PHP/Laravel/Database/Eloquent

mixed makeAs(string $class, string $name, array $attributes = array()) Create

2025-01-10 15:47:30
Builder::havingRaw()
  • References/PHP/Laravel/Database/Query

$this havingRaw(string $sql, array $bindings = array(), string $boolean = 'and')

2025-01-10 15:47:30
Builder::updateOrInsert()
  • References/PHP/Laravel/Database/Query

bool updateOrInsert(array $attributes, array $values = array()) Insert

2025-01-10 15:47:30
HasOneOrMany::getHasCompareKey()
  • References/PHP/Laravel/Database/Eloquent/Relations

string getHasCompareKey() Get the key for comparing against the parent

2025-01-10 15:47:30