Isbn

class Isbn extends Constraint Constants DEFAULT_GROUP The name of the group given to all constraints with no explicit group. CLASS_CONSTRAINT Marks a constraint that can be put onto classes. PROPERTY_CONSTRAINT Marks a constraint that can be put onto properties. TOO_SHORT_ERROR TOO_LONG_ERROR INVALID_CHARACTERS_ERROR CHECKSUM_FAILED_ERROR TYPE_NOT_RECOGNIZED_ERROR Properties mixed $payload Domain-specific data attached to a constraint. from Constraint array

CommandTester::getDisplay()

string getDisplay(bool $normalize = false) Gets the display returned by the last execution of the command. Parameters bool $normalize Whether to normalize end of lines to \n or not Return Value string The display

FormInterface::isDisabled()

bool isDisabled() Returns whether this form is disabled. The content of a disabled form is displayed, but not allowed to be modified. The validation of modified disabled forms should fail. Forms whose parents are disabled are considered disabled regardless of their own state. Return Value bool

ExprBuilder::ifArray()

ExprBuilder ifArray() Tests if the value is an array. Return Value ExprBuilder

AclInterface::getClassFieldAces()

array getClassFieldAces(string $field) Returns all class-field-based ACEs associated with this ACL Parameters string $field Return Value array

StubbingContextInterface::getStubDir()

string getStubDir() Returns the directory where the stub resource bundles are stored. Return Value string An absolute path to a directory.

PhpEngine::getLoader()

LoaderInterface getLoader() Gets the loader associated with this engine. Return Value LoaderInterface A LoaderInterface instance

Esi

class Esi implements SurrogateInterface Esi implements the ESI capabilities to Request and Response instances. For more information, read the following W3C notes: ESI Language Specification 1.0 (http://www.w3.org/TR/esi-lang) Edge Architecture Specification (http://www.w3.org/TR/edge-arch) Methods __construct(array $contentTypes = array('text/html', 'text/xml', 'application/xhtml+xml', 'application/xml')) Constructor. string getName() Returns surrogate name. ResponseCacheStrategy

NotBlank

class NotBlank extends Constraint Constants DEFAULT_GROUP The name of the group given to all constraints with no explicit group. CLASS_CONSTRAINT Marks a constraint that can be put onto classes. PROPERTY_CONSTRAINT Marks a constraint that can be put onto properties. IS_BLANK_ERROR Properties mixed $payload Domain-specific data attached to a constraint. from Constraint array $groups The groups that the constraint belongs to from Constraint $message Methods static stri

Client::insulate()

insulate(bool $insulated = true) Sets the insulated flag. Parameters bool $insulated Whether to insulate the requests or not Exceptions RuntimeException When Symfony Process Component is not installed