TranslationServiceProvider::compiles()

static array compiles() Get a list of files that should be compiled for the package. Return Value array

Validator::hasAttribute()

bool hasAttribute(string $attribute) Checks if an attribute exists. Parameters string $attribute Return Value bool

JoinClause::addBinding()

$this addBinding(mixed $value, string $type = 'where') Add a binding to the query. Parameters mixed $value string $type Return Value $this Exceptions InvalidArgumentException

DatabaseSessionHandler::open()

open($savePath, $sessionName) {@inheritdoc} Parameters $savePath $sessionName

Transport::start()

start() {@inheritdoc}

Router::hasGroupStack()

bool hasGroupStack() Determine if the router currently has a group stack. Return Value bool

PostgresConnection::disconnect()

void disconnect() Disconnect from the underlying PDO connection. Return Value void

MorphMany

MorphMany class MorphMany 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, strin

ConfirmableTrait::confirmToProceed()

bool confirmToProceed(string $warning = 'Application In Production!', Closure|bool|null $callback = null) Confirm before proceeding with the action. Parameters string $warning Closure|bool|null $callback Return Value bool

User::getRouteKeyName()

string getRouteKeyName() Get the route key for the model. Return Value string