Store::exists()

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

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

SyncJob::attempts()

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

ScheduleServiceProvider::__call()

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

DatabaseNotificationCollection::random()

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

SQLiteConnection::__construct()

void __construct(PDO $pdo, string $database = '', string $tablePrefix = '', array $config = array()) Create a new database connection instance. Parameters PDO $pdo string $database string $tablePrefix array $config Return Value void

DatabaseNotification::morphedByMany()

MorphToMany morphedByMany(string $related, string $name, string $table = null, string $foreignKey = null, string $otherKey = null) Define a polymorphic, inverse many-to-many relationship. Parameters string $related string $name string $table string $foreignKey string $otherKey Return Value MorphToMany

JoinClause::havingRaw()

$this havingRaw(string $sql, array $bindings = array(), string $boolean = 'and') Add a raw having clause to the query. Parameters string $sql array $bindings string $boolean Return Value $this

CacheManager::extend()

$this extend(string $driver, Closure $callback) Register a custom driver creator Closure. Parameters string $driver Closure $callback Return Value $this

PostgresConnection::getDriverName()

string getDriverName() Get the PDO driver name. Return Value string