ConfigPublishCommand::line()

void line(string $string) Write a string as standard output. Parameters string $string Return Value void

SesTransport::start()

start() {@inheritdoc}

Store

Store class Store implements SessionInterface (View source) Methods void __construct(string $name, SessionHandlerInterface $handler, string|null $id = null) Create a new session instance. start() {@inheritdoc} getId() {@inheritdoc} setId($id) {@inheritdoc} bool isValidId(string $id) Determine if this is a valid session ID. getName() {@inheritdoc} setName($name) {@inheritdoc} invalidate($lifetime = null) {@inheritdoc} migrate($destroy = false, $lifetime = null) {@

BusServiceProvider::provides()

array provides() Get the services provided by the provider. Return Value array

AliasLoader::isRegistered()

bool isRegistered() Indicates if the loader has been registered. Return Value bool

AliasLoader::register()

void register() Register the loader on the auto-loader stack. Return Value void

HasMany

HasMany class HasMany extends HasOneOrMany (View source) Methods void __construct(Builder $query, Model $parent, string $foreignKey, string $localKey) Create a new has one or many relationship instance. from HasOneOrMany void addConstraints() Set the base constraints on the relation query. from HasOneOrMany void addEagerConstraints(array $models) Set the constraints for an eager load of the relation. from HasOneOrMany array initRelation(array $models, string $relation) Initial

HasManyThrough

HasManyThrough class HasManyThrough extends Relation (View source) Methods void __construct(Builder $query, Model $farParent, Model $parent, string $firstKey, string $secondKey, string $localKey) Create a new has many through relationship instance. void addConstraints() Set the base constraints on the relation query. void addEagerConstraints(array $models) Set the constraints for an eager load of the relation. array initRelation(array $models, string $relation) Initialize t

KeyGenerateCommand

KeyGenerateCommand class KeyGenerateCommand extends Command (View source) Methods void __construct() Create a new console command instance. from Command int run(InputInterface $input, OutputInterface $output) Run the console command. from Command int call(string $command, array $arguments = array()) Call another console command. from Command int callSilent(string $command, array $arguments = array()) Call another console command silently. from Command bool hasArgument(stri

Store::getPrefix()

string getPrefix() Get the cache key prefix. Return Value string