MorphPivot::flushEventListeners()

static void flushEventListeners() Remove all of the event listeners for the model. Return Value void

ClearCommand

ClearCommand class ClearCommand extends Command (View source) Methods void __construct(CacheManager $cache) Create a new cache clear command instance. 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(strin

Collection::make()

static Collection make(mixed $items = array()) Create a new collection instance if the value isn't one already. Parameters mixed $items Return Value Collection

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

AssetPublishCommand::table()

void table(array $headers, array $rows, string $style = 'default') Format input to textual table Parameters array $headers array $rows string $style Return Value void

ListFailedCommand::comment()

void comment(string $string, null|int|string $verbosity = null) Write a string as comment output. Parameters string $string null|int|string $verbosity Return Value void

Route::getActionName()

string getActionName() Get the action name for the route. Return Value string

DatabaseStore::flush()

void flush() Remove all items from the cache. Return Value void

ProviderMakeCommand::error()

void error(string $string) Write a string as error output. Parameters string $string Return Value void

HasMany::getHasCompareKey()

string getHasCompareKey() Get the key for comparing against the parent key in "has" query. Return Value string