SvnCommit::getRevision()

string getRevision() Returns the revision of the commit. Return Value string The revision of the commit

BinaryFileResponse::getContent()

string getContent() Gets the current response content. Return Value string Content

RingBuffer

class RingBuffer implements ArrayAccess Implements a ring buffer. A ring buffer is an array-like structure with a fixed size. If the buffer is full, the next written element overwrites the first bucket in the buffer, then the second and so on. Methods __construct($size) offsetExists($key) {@inheritdoc} offsetGet($key) {@inheritdoc} offsetSet($key, $value) {@inheritdoc} offsetUnset($key) {@inheritdoc} Details __construct($size)

Form::offsetExists()

bool offsetExists(string $name) Returns true if the named field exists. Parameters string $name The field name Return Value bool true if the field exists, false otherwise

TooManyRequestsHttpException

class TooManyRequestsHttpException extends HttpException TooManyRequestsHttpException. Methods __construct(int|string $retryAfter = null, $message = null, Exception $previous = null, $code) Constructor. int getStatusCode() Returns the status code. from HttpException array getHeaders() Returns response headers. from HttpException Details __construct(int|string $retryAfter = null, $message = null, Exception $previous = null, $code) Const

Table::render()

render() Renders table to output. Example: +---------------+-----------------------+------------------+ | ISBN | Title | Author | +---------------+-----------------------+------------------+ | 99921-58-10-7 | Divine Comedy | Dante Alighieri | | 9971-5-0210-0 | A Tale of Two Cities | Charles Dickens | | 960-425-059-0 | The Lord of the Rings | J. R. R. Tolkien | +---------------+-----------------------+------------------+

Ldap::escape()

string escape(string $subject, string $ignore = '', int $flags) Escape a string for use in an LDAP filter or DN. Parameters string $subject string $ignore int $flags Return Value string

DnsMock::dns_get_record()

static dns_get_record($hostname, $type = DNS_ANY, $authns = null, $addtl = null, $raw = false) Parameters $hostname $type $authns $addtl $raw

Application::getHelp()

string getHelp() Gets the help message. Return Value string A help message

Entry::getAttributes()

array getAttributes() Returns the complete list of attributes. Return Value array