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

ApcWrapper::increment()

int|bool increment(string $key, mixed $value) Increment the value of an item in the cache. Parameters string $key mixed $value Return Value int|bool

Paginator::viewFactoryResolver()

static void viewFactoryResolver(Closure $resolver) Set the view factory resolver callback. Parameters Closure $resolver Return Value void

ChangesCommand::__construct()

void __construct() Create a new console command instance. Return Value void

TransportManager::__call()

mixed __call(string $method, array $parameters) Dynamically call the default driver instance. Parameters string $method array $parameters Return Value mixed

ViewPublishCommand::confirm()

bool confirm(string $question, bool $default = false) Confirm a question with the user. Parameters string $question bool $default Return Value bool

TokenGuard::id()

int|null id() Get the ID for the currently authenticated user. Return Value int|null

Dispatcher::push()

void push(string $event, array $payload = array()) Register an event and payload to be fired later. Parameters string $event array $payload Return Value void