DatabaseNotification::relationsToArray()

array relationsToArray() Get the model's relationships in array form. Return Value array

GenericUser::getAuthIdentifier()

mixed getAuthIdentifier() Get the unique identifier for the user. Return Value mixed

MySqlGrammar

MySqlGrammar class MySqlGrammar extends Grammar (View source) Methods array wrapArray(array $values) Wrap an array of values. from Grammar string wrapTable(Expression|string $table) Wrap a table in keyword identifiers. from Grammar string wrap(Expression|string $value, bool $prefixAlias = false) Wrap a value in keyword identifiers. from Grammar string columnize(array $columns) Convert an array of column names into a delimited string. from Grammar string parameterize(array

User::getQualifiedKeyName()

string getQualifiedKeyName() Get the table qualified key name. Return Value string

Request::swap()

static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void

User::__callStatic()

static mixed __callStatic(string $method, array $parameters) Handle dynamic static method calls into the method. Parameters string $method array $parameters Return Value mixed

FormRequest::ips()

array ips() Returns the client IP addresses. Return Value array

DatabaseNotification::addVisible()

void addVisible(array|string|null $attributes = null) Add visible attributes for the model. Parameters array|string|null $attributes Return Value void

MacroableTrait::hasMacro()

static boolean hasMacro(string $name) Checks if macro is registered Parameters string $name Return Value boolean

PresenceChannel::__toString()

string __toString() Convert the channel instance to a string. Return Value string