MarkdownDescriptor

class MarkdownDescriptor extends Descriptor Methods describe(OutputInterface $output, object $object, array $options = array()) Describes an InputArgument instance. from Descriptor Details describe(OutputInterface $output, object $object, array $options = array()) Describes an InputArgument instance. Parameters OutputInterface $output object $object array $options

MappingRule::match()

null|FormInterface match(string $propertyPath) Matches a property path against the rule path. If the rule matches, the form mapped by the rule is returned. Otherwise this method returns false. Parameters string $propertyPath The property path to match against the rule Return Value null|FormInterface The mapped form or null

MappingRule::isPrefix()

bool isPrefix(string $propertyPath) Matches a property path against a prefix of the rule path. Parameters string $propertyPath The property path to match against the rule Return Value bool Whether the property path is a prefix of the rule or not

MappingRule::getTarget()

FormInterface getTarget() Return Value FormInterface Exceptions ErrorMappingException

MappingRule::getOrigin()

FormInterface getOrigin() Return Value FormInterface

MappingRule

class MappingRule Methods __construct(FormInterface $origin, $propertyPath, $targetPath) FormInterface getOrigin() null|FormInterface match(string $propertyPath) Matches a property path against the rule path. bool isPrefix(string $propertyPath) Matches a property path against a prefix of the rule path. FormInterface getTarget() Details __construct(FormInterface $origin, $propertyPath, $targetPath) Parameters FormInterface

MappingException

class MappingException extends ValidatorException

MappingException

class MappingException extends RuntimeException MappingException.

MapClassLoader

class MapClassLoader A class loader that uses a mapping file to look up paths. Methods __construct(array $map) Constructor. register(bool $prepend = false) Registers this instance as an autoloader. loadClass(string $class) Loads the given class or interface. string|null findFile(string $class) Finds the path to the file where the class is defined. Details __construct(array $map) Constructor. Parameters array $map A map where k

ManagerRegistry

class ManagerRegistry extends AbstractManagerRegistry implements ContainerAwareInterface References Doctrine connections and entity/document managers. Traits ContainerAwareTrait ContainerAware trait. Methods setContainer(ContainerInterface $container = null) Sets the container. from ContainerAwareTrait Details setContainer(ContainerInterface $container = null) Sets the container. Parameters ContainerInterface $container A ContainerInter