FailedTableCommand::callSilent()

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

MorphPivot::setRawAttributes()

$this setRawAttributes(array $attributes, bool $sync = false) Set the array of model attributes. No checking is done. Parameters array $attributes bool $sync Return Value $this

Pivot::addGlobalScope()

static mixed addGlobalScope(Scope|Closure|string $scope, Closure $implementation = null) Register a new global scope on the model. Parameters Scope|Closure|string $scope Closure $implementation Return Value mixed Exceptions InvalidArgumentException

RedisServiceProvider::compiles()

static array compiles() Get a list of files that should be compiled for the package. Return Value array

ViewFinderInterface::addNamespace()

void addNamespace(string $namespace, string|array $hints) Add a namespace hint to the finder. Parameters string $namespace string|array $hints Return Value void

EncryptedStore::reflash()

void reflash() Reflash all of the session flash data. Return Value void

BroadcastManager::routes()

void routes(array $attributes = null) Register the routes for handling broadcast authentication and sockets. Parameters array $attributes Return Value void

MakeAuthCommand::askWithCompletion()

string askWithCompletion(string $question, array $choices, string $default = null) Prompt the user for input with auto completion. Parameters string $question array $choices string $default Return Value string

TaggedCache::has()

bool has(string $key) Determine if an item exists in the cache. Parameters string $key Return Value bool

ChannelManager::__construct()

void __construct(Application $app) Create a new manager instance. Parameters Application $app Return Value void