ExpressionFunction::getEvaluator()

getEvaluator()

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

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

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

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

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

Bridge\Doctrine\Form\DataTransformer

Classes CollectionToArrayTransformer