Entry::getAttributes()

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

Application::getHelp()

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

DnsMock::dns_get_record()

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

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

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 | +---------------+-----------------------+------------------+

PropelFactory::getKey()

getKey()

ExecutionContext::setConstraint()

setConstraint(Constraint $constraint) Sets the currently validated constraint. Parameters Constraint $constraint The validated constraint

GlobalExecutionContextInterface deprecated::getViolations()

ConstraintViolationListInterface getViolations() Returns the violations generated by the validator so far. Return Value ConstraintViolationListInterface A list of constraint violations.

Component\Console\Helper

Classes DescriptorHelper This class adds helper method to describe objects in various formats. DialogHelper The Dialog class provides helpers to interact with the user. FormatterHelper The Formatter class provides helpers to format messages. Helper Helper is the base class for all helper classes. HelperSet HelperSet represents a set of helpers to be used with a command. ProgressHelper The Progress class provides helpers to display progress output. TableHelper Provides