DatabaseJob::isDeletedOrReleased()

bool isDeletedOrReleased() Determine if the job has been deleted or released. Return Value bool

DatabaseMigrationRepository::repositoryExists()

bool repositoryExists() Determine if the migration repository exists. Return Value bool

ResponseFactory::jsonp()

JsonResponse jsonp(string $callback, string|array $data = array(), int $status = 200, array $headers = array(), int $options) Return a new JSONP response from the application. Parameters string $callback string|array $data int $status array $headers int $options Return Value JsonResponse

Filesystem::allDirectories()

array allDirectories(string|null $directory = null) Get all (recursive) of the directories within a given directory. Parameters string|null $directory Return Value array

SyncConnector

SyncConnector class SyncConnector implements ConnectorInterface (View source) Methods Queue connect(array $config) Establish a queue connection.

MakesHttpRequests::postJson()

$this postJson(string $uri, array $data = array(), array $headers = array()) Visit the given URI with a POST request, expecting a JSON response. Parameters string $uri array $data array $headers Return Value $this

LengthAwarePaginator::render()

string render(Presenter $presenter = null) Render the paginator using a given Presenter. Parameters Presenter $presenter Return Value string

MySqlGrammar::compileSavepointRollBack()

string compileSavepointRollBack(string $name) Compile the SQL statement to execute a savepoint rollback. Parameters string $name Return Value string

DatabaseNotification::hasOne()

HasOne hasOne(string $related, string $foreignKey = null, string $localKey = null) Define a one-to-one relationship. Parameters string $related string $foreignKey string $localKey Return Value HasOne

SqsJob::fire()

void fire() Fire the job. Return Value void