GeneratorCommand

GeneratorCommand class GeneratorCommand extends Command (View source) Methods void __construct(Filesystem $files) Create a new controller creator command instance. 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 hasA

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

DatabaseNotification::getCreatedAtColumn()

string getCreatedAtColumn() Get the name of the "created at" column. Return Value string

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

Paginator::count()

int count() Get the number of items for the current page. Return Value int

BusServiceProvider::provides()

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

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) {@