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

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.

PresenceChannel::__toString()

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

PresenceChannel::__construct()

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

PresenceChannel

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

PostTooLargeException

PostTooLargeException class PostTooLargeException extends Exception (View source)

PostgresProcessor::processSelect()

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

PostgresProcessor::processInsertGetId()

int processInsertGetId(Builder $query, string $sql, array $values, string $sequence = null) Process an "insert get ID" query. Parameters Builder $query string $sql array $values string $sequence Return Value int

PostgresProcessor::processColumnListing()

array processColumnListing(array $results) Process the results of a column listing query. Parameters array $results Return Value array

PostgresProcessor

PostgresProcessor class PostgresProcessor extends Processor (View source) Methods array processSelect(Builder $query, array $results) Process the results of a "select" query. from Processor int processInsertGetId(Builder $query, string $sql, array $values, string $sequence = null) Process an "insert get ID" query. array processColumnListing(array $results) Process the results of a column listing query.