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

Paginator::previousPageUrl()

string|null previousPageUrl() Get the URL for the previous page. Return Value string|null

SerializesModels::__wakeup()

void __wakeup() Restore the model after serialization. Return Value void

Collection::whereStrict()

Collection whereStrict(string $key, mixed $value) Filter items by the given key value pair using strict comparison. Parameters string $key mixed $value Return Value Collection