PostgresGrammar::getValue()

string getValue(Expression $expression) Get the value of a raw expression. Parameters Expression $expression Return Value string

Connection::setPdo()

$this setPdo(PDO|null $pdo) Set the PDO connection. Parameters PDO|null $pdo Return Value $this

JoinClause::paginate()

LengthAwarePaginator paginate(int $perPage = 15, array $columns = array('*'), string $pageName = 'page', int|null $page = null) Paginate the given query into a simple paginator. Parameters int $perPage array $columns string $pageName int|null $page Return Value LengthAwarePaginator

PostgresConnection::pretending()

bool pretending() Determine if the connection in a "dry run". Return Value bool

Mailable::queue()

mixed queue(Factory $queue) Queue the message for sending. Parameters Factory $queue Return Value mixed

MorphPivot::getOriginal()

array getOriginal(string|null $key = null, mixed $default = null) Get the model's original attribute values. Parameters string|null $key mixed $default Return Value array

Cloud::deleteDirectory()

bool deleteDirectory(string $directory) Recursively delete a directory. Parameters string $directory Return Value bool

Writer::emergency()

void emergency(string $message, array $context = array()) Log an emergency message to the logs. Parameters string $message array $context Return Value void

StatusCommand::getOutput()

OutputInterface getOutput() Get the output implementation. Return Value OutputInterface

Message::subject()

$this subject(string $subject) Set the subject of the message. Parameters string $subject Return Value $this