void setPackagePath(string $packagePath) Set the default package path. Parameters string $packagePath Return Value void
abstract int attempts() Get the number of times the job has been attempted. Return Value int
$this monthly() Schedule the event to run monthly. Return Value $this
string|null prefers(string|array $contentTypes) Return the most suitable content type from the given array based on content negotiation. Parameters string|array $contentTypes Return Value string|null
Filesystem createFtpDriver(array $config) Create an instance of the ftp driver. Parameters array $config Return Value Filesystem
string secureAsset(string $path) Generate the URL to a secure asset. Parameters string $path Return Value string
void setCustomMessages(array $messages) Set the custom messages for the validator. Parameters array $messages Return Value void
string wrap(string $value) Wrap the given value with the parent query's grammar. Parameters string $value Return Value string
mixed __call(string $method, array $parameters) Dynamically handle missing method calls. Parameters string $method array $parameters Return Value mixed Exceptions BadMethodCallException
int affectingStatement(string $query, array $bindings = array()) Run an SQL statement and get the number of rows affected. Parameters string $query array $bindings Return Value int
Page 433 of 996