Pivot::fromJson()

mixed fromJson(string $value, bool $asObject = false) Decode the given JSON back into an array or object. Parameters string $value bool $asObject Return Value mixed

Connection::getDatabaseName()

string getDatabaseName() Get the name of the connected database. Return Value string

FilesystemAdapter::makeDirectory()

bool makeDirectory(string $path) Create a directory. Parameters string $path Return Value bool

ApcStore::putMany()

void putMany(array $values, float|int $minutes) Store multiple items in the cache for a given number of minutes. Parameters array $values float|int $minutes Return Value void

NotificationServiceProvider::compiles()

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

Request::__get()

mixed __get(string $key) Get an input element from the request. Parameters string $key Return Value mixed

Paginator::lastItem()

int lastItem() Get the "index" of the last item being paginated. Return Value int

Request::old()

string|array old(string $key = null, string|array|null $default = null) Retrieve an old input item. Parameters string $key string|array|null $default Return Value string|array

SeederMakeCommand::call()

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

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