PostgresProcessor::processSelect()

array processSelect(Builder $query, array $results) Process the results of a "select" query. Parameters Builder $query array $results Return Value array

PostTooLargeException

PostTooLargeException class PostTooLargeException extends Exception (View source)

PresenceChannel

PresenceChannel class PresenceChannel extends Channel (View source) Properties string $name The channel's name. from Channel

PresenceChannel::__construct()

void __construct(string $name) Create a new channel instance. Parameters string $name Return Value void

PresenceChannel::__toString()

string __toString() Convert the channel instance to a string. Return Value string

PresenceVerifierInterface

PresenceVerifierInterface interface PresenceVerifierInterface (View source) Methods int getCount(string $collection, string $column, string $value, int $excludeId = null, string $idColumn = null, array $extra = array()) Count the number of objects in a collection having the given value. int getMultiCount(string $collection, string $column, array $values, array $extra = array()) Count the number of objects in a collection with the given values.

PresenceVerifierInterface::getCount()

int getCount(string $collection, string $column, string $value, int $excludeId = null, string $idColumn = null, array $extra = array()) Count the number of objects in a collection having the given value. Parameters string $collection string $column string $value int $excludeId string $idColumn array $extra 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

Presenter

Presenter interface Presenter (View source) Methods Htmlable|string render() Render the given paginator. bool hasPages() Determine if the underlying paginator being presented has pages to show.

Presenter

Presenter class Presenter (View source) Methods void __construct(Paginator $paginator) Create a new Presenter instance. string getPageLinkWrapper(string $url, int $page, string $rel = null) Get HTML wrapper for a page link. string getDisabledTextWrapper(string $text) Get HTML wrapper for disabled text. string getActivePageWrapper(string $text) Get HTML wrapper for active text. string render() Render the Pagination contents. string getPageRange(int $start, int $end