JoinClause::whereNull()
  • References/PHP/Laravel/Database/Query

$this whereNull(string $column, string $boolean = 'and', bool $not = false)

2025-01-10 15:47:30
MySqlConnector::getOptions()
  • References/PHP/Laravel/Database/Connectors

array getOptions(array $config) Get the PDO options based on the configuration

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

$this makeHidden(array|string $attributes) Make the given, typically visible

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

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

2025-01-10 15:47:30
Grammar::wrapTable()
  • References/PHP/Laravel/Database/Query/Grammars

string wrapTable(Expression|string $table)

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

string getForeignKey() Get the foreign key for the relationship.

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

void __construct(PDO $pdo, string $database = '', string $tablePrefix = '', array $config = array())

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

array arguments() Get all of the arguments passed to the command.

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

array modelKeys() Get the array of primary keys.

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

void __construct(PDO $pdo, string $database = '', string $tablePrefix = '', array $config = array())

2025-01-10 15:47:30