Repository::offsetExists()

bool offsetExists(string $key) Determine if the given configuration option exists. Parameters string $key Return Value bool

DatabaseNotificationCollection::makeHidden()

$this makeHidden(array|string $attributes) Make the given, typically visible, attributes hidden across the entire collection. Parameters array|string $attributes Return Value $this

ClearResetsCommand::fire()

void fire() Execute the console command. Return Value void

Cloud::size()

int size(string $path) Get the file size of a given file. Parameters string $path Return Value int

Paginator::hasMorePages()

bool hasMorePages() Determine if there is more items in the data store. Return Value bool

Connection::select()

array select(string $query, array $bindings = array(), bool $useReadPdo = true) Run a select statement against the database. Parameters string $query array $bindings bool $useReadPdo Return Value array

Collection::hasMacro()

static bool hasMacro(string $name) Checks if macro is registered. Parameters string $name Return Value bool

ConnectionInterface::selectOne()

mixed selectOne(string $query, array $bindings = array()) Run a select statement and return a single result. Parameters string $query array $bindings Return Value mixed

Pipeline::via()

$this via(string $method) Set the method to call on the stops. Parameters string $method Return Value $this

ClearRemindersCommand::option()

string|array option(string $key = null) Get the value of a command option. Parameters string $key Return Value string|array