StorageLinkCommand

StorageLinkCommand class StorageLinkCommand extends Command (View source) Methods void __construct() Create a new console command instance. from Command 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 hasArgument(stri

DatabaseNotificationCollection::shuffle()

Collection shuffle(int $seed = null) Shuffle the items in the collection. Parameters int $seed Return Value Collection

User::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

NullConnector::connect()

Queue connect(array $config) Establish a queue connection. Parameters array $config Return Value Queue

MorphToMany::simplePaginate()

Paginator simplePaginate(int $perPage = null, array $columns = array('*'), string $pageName = 'page') Paginate the given query into a simple paginator. Parameters int $perPage array $columns string $pageName Return Value Paginator

Paginator::hasPages()

bool hasPages() Determine if there are enough items to split into multiple pages. Return Value bool

RedisTaggedCache::setEventDispatcher()

void setEventDispatcher(Dispatcher $events) Set the event dispatcher instance. Parameters Dispatcher $events Return Value void

SqlServerGrammar::getTablePrefix()

string getTablePrefix() Get the grammar's table prefix. Return Value string

InstallCommand::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

PostgresConnection::useDefaultQueryGrammar()

void useDefaultQueryGrammar() Set the query grammar to the default implementation. Return Value void