DatabaseNotificationCollection::random()

mixed random(int $amount = 1) Get one or more items randomly from the collection. Parameters int $amount Return Value mixed Exceptions InvalidArgumentException

ScheduleServiceProvider::__call()

mixed __call(string $method, array $parameters) Dynamically handle missing method calls. Parameters string $method array $parameters Return Value mixed

SyncJob::attempts()

int attempts() Get the number of times the job has been attempted. Return Value int

PostgresConnector::createConnection()

PDO createConnection(string $dsn, array $config, array $options) Create a new PDO connection. Parameters string $dsn array $config array $options Return Value PDO

Store::exists()

bool exists(string|array $key) Checks if an attribute exists. Parameters string|array $key Return Value bool

Connection::getFetchMode()

int getFetchMode() Get the default fetch mode for the connection. Return Value int

PresenceVerifierInterface::getMultiCount()

int getMultiCount(string $collection, string $column, array $values, array $extra = array()) Count the number of objects in a collection with the given values. Parameters string $collection string $column array $values array $extra Return Value int

AbstractPaginator::currentPage()

int currentPage() Get the current page. Return Value int

AggregateServiceProvider::compiles()

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

PasswordBrokerManager::__construct()

void __construct(Application $app) Create a new PasswordBroker manager instance. Parameters Application $app Return Value void