ResourceCaster::castGd()

static castGd($gd, array $a, Stub $stub, $isNested) Parameters $gd array $a Stub $stub $isNested

FormBuilder

class FormBuilder extends FormConfigBuilder implements IteratorAggregate, FormBuilderInterface A builder for creating {@link Form} instances. Methods __construct(string|int $name, string $dataClass, EventDispatcherInterface $dispatcher, FormFactoryInterface $factory, array $options = array()) Creates a new form builder. FormConfigBuilderInterface addEventListener(string $eventName, callable $listener, int $priority) Adds an event listener to an event on this form. from FormConfigBu

Definition::removeAutowiringType()

Definition removeAutowiringType(string $type) Removes a type. Parameters string $type Return Value Definition The current instance

TranslatorInterface::getLocale()

string getLocale() Returns the current locale. Return Value string The locale

ExecutableFinder

class ExecutableFinder Generic executable finder. Methods setSuffixes(array $suffixes) Replaces default suffixes of executable. addSuffix(string $suffix) Adds new possible suffix to check for executable. string find(string $name, string $default = null, array $extraDirs = array()) Finds an executable by name. Details setSuffixes(array $suffixes) Replaces default suffixes of executable. Parameters array $suffixes

ObjectIdentity::getIdentifier()

string getIdentifier() Obtains a unique identifier for this object. The identifier must not be re-used for other objects with the same type. Return Value string cannot return null

Collection

class Collection extends Composite 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. MISSING_FIELD_ERROR NO_SUCH_FIELD_ERROR Properties mixed $payload Domain-specific data attached to a constraint. from Constraint array $groups The groups that the constraint belongs to from Constraint $fi

TypeGuess::getType()

string getType() Returns the guessed field type. Return Value string

TranslationDataCollector::getCountMissings()

int getCountMissings() Return Value int

Bridge\ProxyManager\LazyProxy\PhpDumper

Classes ProxyDumper Generates dumped PHP code of proxies via reflection.