Collection::has()
  • References/PHP/Laravel/Database/Eloquent

bool has(mixed $key) Determine if an item exists in the collection by key

2025-01-10 15:47:30
Response::getStatusCode()
  • References/PHP/Symfony/Component/HttpFoundation

int getStatusCode() Retrieves the status code for the current web response.

2025-01-10 15:47:30
Container::bind()
  • References/PHP/Laravel/Container

void bind(string|array $abstract, Closure|string|null $concrete = null, bool $shared = false)

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

bool usesTimestamps() Determine if the model uses timestamps.

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

array prepareBindings(array $bindings) Prepare the query bindings for execution

2025-01-10 15:47:30
Application::getBindings()
  • References/PHP/Laravel/Foundation

array getBindings() Get the container's bindings.

2025-01-10 15:47:30
FormRequest::header()
  • References/PHP/Laravel/Foundation/Http

string|array header(string $key = null, string|array|null $default = null)

2025-01-10 15:47:30
FormConfigBuilder::getOption()
  • References/PHP/Symfony/Component/Form

mixed getOption(string $name, mixed $default = null) Returns the value of a specific option.

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

$this syncOriginalAttribute(string $attribute) Sync a single original attribute

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

mixed sum(string $column) Retrieve the sum of the values of a given column

2025-01-10 15:47:30