FileStore::getDirectory()

string getDirectory() Get the working directory of the cache. Return Value string

Model::getUpdatedAtColumn()

string getUpdatedAtColumn() Get the name of the "updated at" column. Return Value string

AuthServiceProvider

AuthServiceProvider class AuthServiceProvider extends ServiceProvider (View source) Methods void __construct(Application $app) Create a new service provider instance. from ServiceProvider static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. from ServiceProvider void commands(array|mixed $commands) Register the package's custom Artisan commands. from ServiceProvider array provides() Get the services provided by the provider. from

Application::resolved()

bool resolved(string $abstract) Determine if the given abstract type has been resolved. Parameters string $abstract Return Value bool

SqlServerConnection::getQueryLog()

array getQueryLog() Get the connection query log. Return Value array

SqlServerGrammar::parameter()

string parameter(mixed $value) Get the appropriate query parameter place-holder for a value. Parameters mixed $value Return Value string

Queue::push()

mixed push(string $job, mixed $data = '', string $queue = null) Push a new job onto the queue. Parameters string $job mixed $data string $queue Return Value mixed

FormFieldConstraint::toString()

string toString() Get a string representation of the object. Placeholder method to avoid forcing definition of this method. Return Value string

EventServiceProvider

EventServiceProvider class EventServiceProvider extends ServiceProvider (View source) Methods void __construct(Application $app) Create a new service provider instance. from ServiceProvider static array pathsToPublish(string $provider = null, string $group = null) Get the paths to publish. from ServiceProvider void commands(array|mixed $commands) Register the package's custom Artisan commands. from ServiceProvider array provides() Get the services provided by the provider. fr

LoadConfiguration::bootstrap()

void bootstrap(Application $app) Bootstrap the given application. Parameters Application $app Return Value void