Validator::__construct()

void __construct(TranslatorInterface $translator, array $data, array $rules, array $messages = array(), array $customAttributes = array()) Create a new Validator instance. Parameters TranslatorInterface $translator array $data array $rules array $messages array $customAttributes Return Value void

SeedServiceProvider::isDeferred()

bool isDeferred() Determine if the provider is deferred. Return Value bool

MySqlGrammar::compileTableExists()

string compileTableExists() Compile the query to determine the list of tables. Return Value string

CheckResponseForModifications::handle()

mixed handle(Request $request, Closure $next) Handle an incoming request. Parameters Request $request Closure $next Return Value mixed

NotificationTableCommand::callSilent()

int callSilent(string $command, array $arguments = array()) Call another console command silently. Parameters string $command array $arguments Return Value int

TransportManager

TransportManager class TransportManager extends Manager (View source) Methods void __construct(Application $app) Create a new manager instance. from Manager string getDefaultDriver() Get the default mail driver name. mixed driver(string $driver = null) Get a driver instance. from Manager $this extend(string $driver, Closure $callback) Register a custom driver creator Closure. from Manager array getDrivers() Get all of the created "drivers". from Manager mixed __call(s

FileStore::__construct()

void __construct(Filesystem $files, string $directory) Create a new file cache store instance. Parameters Filesystem $files string $directory Return Value void

BelongsTo::getRelationCountHash()

string getRelationCountHash() Get a relationship join table hash. Return Value string

Builder::updateOrCreate()

Model updateOrCreate(array $attributes, array $values = array()) Create or update a record matching the attributes, and fill it with values. Parameters array $attributes array $values Return Value Model

Database::__call()

mixed __call(string $method, array $parameters) Dynamically make a Redis command. Parameters string $method array $parameters Return Value mixed