ReflectionExtractor::isReadable()

bool|null isReadable(string $class, string $property, array $context = array()) Is the property readable? Parameters string $class string $property array $context Return Value bool|null

DataTransformerChain::transform()

mixed transform(mixed $value) Passes the value through the transform() method of all nested transformers. The transformers receive the value in the same order as they were passed to the constructor. Each transformer receives the result of the previous transformer as input. The output of the last transformer is returned by this method. Parameters mixed $value The value in the original representation Return Value mixed The value in the transformed representation Exceptions Transf

MoFileLoader

class MoFileLoader extends FileLoader Constants MO_LITTLE_ENDIAN_MAGIC Magic used for validating the format of a MO file as well as detecting if the machine used to create that file was little endian. MO_BIG_ENDIAN_MAGIC Magic used for validating the format of a MO file as well as detecting if the machine used to create that file was big endian. MO_HEADER_SIZE The size of the header of a MO file in bytes. Methods MessageCatalogue load(mixed $resource, string $locale, string $dom

Table::getColumnStyle()

TableStyle getColumnStyle(int $columnIndex) Gets the current style for a column. If style was not set, it returns the global table style. Parameters int $columnIndex Column index Return Value TableStyle

IntlGlobals::getErrorName()

static string getErrorName(int $code) Returns the symbolic name for a given error code. Parameters int $code The error code returned by IntlGlobals::getErrorCode() Return Value string

FormConfigBuilder::setAutoInitialize()

FormConfigBuilderInterface setAutoInitialize(bool $initialize) Sets whether the form should be initialized automatically. Should be set to true only for root forms. Parameters bool $initialize True to initialize the form automatically, false to suppress automatic initialization. In the second case, you need to call {@link FormInterface::initialize()} manually. Return Value FormConfigBuilderInterface The configuration object

CountryValidator

class CountryValidator extends ConstraintValidator Validates whether a value is a valid country code. Constants PRETTY_DATE Whether to format {@link \DateTime} objects as RFC-3339 dates ("Y-m-d H:i:s"). OBJECT_TO_STRING Whether to cast objects with a "__toString()" method to strings. Methods initialize(ExecutionContextInterface $context) Initializes the constraint validator. from ConstraintValidator validate(mixed $value, Constraint $constraint) Checks if the passed value is

RegionBundleTransformationRule

class RegionBundleTransformationRule implements TransformationRuleInterface The rule for compiling the region bundle. Methods string getBundleName() Returns the name of the compiled resource bundle. string[] beforeCompile(CompilationContextInterface $context) Runs instructions to be executed before compiling the sources of the resource bundle. afterCompile(CompilationContextInterface $context) Runs instructions to be executed after compiling the sources of the resource bundle.

RequestValueResolver::supports()

bool supports(Request $request, ArgumentMetadata $argument) Whether this resolver can resolve the value for the given ArgumentMetadata. Parameters Request $request ArgumentMetadata $argument Return Value bool

VariadicValueResolver::supports()

bool supports(Request $request, ArgumentMetadata $argument) Whether this resolver can resolve the value for the given ArgumentMetadata. Parameters Request $request ArgumentMetadata $argument Return Value bool