Paginator::isEmpty()

bool isEmpty() Determine if the list of items is empty or not. Return Value bool

ConfigClearCommand::call()

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

Response::getFacadeApplication()

static Application getFacadeApplication() Get the application instance behind the facade. Return Value Application

ClearResetsCommand

ClearResetsCommand class ClearResetsCommand 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

Container::offsetUnset()

void offsetUnset(string $key) Unset the value at a given offset. Parameters string $key Return Value void

EngineInterface::get()

string get(string $path, array $data = array()) Get the evaluated contents of the view. Parameters string $path array $data Return Value string

BelongsToMany::updatedAt()

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

CacheTableCommand::warn()

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

MorphPivot::destroy()

static int destroy(array|int $ids) Destroy the models for the given IDs. Parameters array|int $ids Return Value int

Model::offsetGet()

mixed offsetGet(mixed $offset) Get the value for a given offset. Parameters mixed $offset Return Value mixed