MigrationServiceProvider::register()

void register() Register the service provider. Return Value void

Contracts\Console

Illuminate\Contracts\Console Interfaces Application Kernel

Job::getContainer()

Container getContainer() Get the service container instance. Return Value Container

Model::getConnection()

Connection getConnection() Get the database connection for the model. Return Value Connection

GenericUser

GenericUser class GenericUser implements Authenticatable (View source) Methods void __construct(array $attributes) Create a new generic User object. string getAuthIdentifierName() Get the name of the unique identifier for the user. mixed getAuthIdentifier() Get the unique identifier for the user. string getAuthPassword() Get the password for the user. string getRememberToken() Get the "remember me" token value. void setRememberToken(string $value) Set the "remembe

SyncJob::getJobId()

string getJobId() Get the job identifier. Return Value string

ResourceRegistrar::setParameters()

static void setParameters(array $parameters = array()) Set the global parameter mapping. Parameters array $parameters Return Value void

MessageBag::__toString()

string __toString() Convert the message bag to its string representation. Return Value string

NullFailedJobProvider::find()

array find(mixed $id) Get a single failed job. Parameters mixed $id Return Value array

ResourceRegistrar::__construct()

void __construct(Router $router) Create a new resource registrar instance. Parameters Router $router Return Value void