Inline::evaluateBinaryScalar()

static string evaluateBinaryScalar(string $scalar) Parameters string $scalar Return Value string

Inline::dump()

static string dump(mixed $value, int $flags) Dumps a given PHP variable to a YAML string. Parameters mixed $value The PHP variable to convert int $flags A bit field of Yaml::DUMP_* constants to customize the dumped YAML string Return Value string The YAML string representing the PHP array Exceptions DumpException When trying to dump PHP resource

Inline

class Inline Inline implements a YAML parser/dumper for the YAML inline syntax. Constants REGEX_QUOTED_STRING Methods static array parse(string $value, int $flags, array $references = array()) Converts a YAML string to a PHP array. static string dump(mixed $value, int $flags) Dumps a given PHP variable to a YAML string. static bool isHash(array $value) Check if given array is hash or just normal indexed array. static string parseScalar(string $scalar, int $flags, str

InitAclCommand

class InitAclCommand extends ContainerAwareCommand Installs the tables required by the ACL system. Methods __construct(string|null $name = null) Constructor. from Command ignoreValidationErrors() Ignores validation errors. from Command setApplication(Application $application = null) Sets the application instance for this command. from Command setHelperSet(HelperSet $helperSet) Sets the helper set. from Command HelperSet getHelperSet() Gets the helper set. from Command A

IniFileLoader

class IniFileLoader extends FileLoader IniFileLoader loads translations from an ini file. Methods MessageCatalogue load(mixed $resource, string $locale, string $domain = 'messages') Loads a locale. from FileLoader Details MessageCatalogue load(mixed $resource, string $locale, string $domain = 'messages') Loads a locale. Parameters mixed $resource A resource string $locale A locale string $domain The domain Return Value MessageCatalogue A Messa

IniFileLoader

class IniFileLoader extends FileLoader IniFileLoader loads parameters from INI files. Methods LoaderResolverInterface getResolver() Gets the loader resolver. from Loader setResolver(LoaderResolverInterface $resolver) Sets the loader resolver. from Loader mixed import(mixed $resource, string|null $type = null, bool $ignoreErrors = false, string|null $sourceResource = null) Imports a resource. from FileLoader LoaderInterface resolve(mixed $resource, string|null $type = null) Fi

IniFileDumper

class IniFileDumper extends FileDumper IniFileDumper generates an ini formatted string representation of a message catalogue. Methods setRelativePathTemplate(string $relativePathTemplate) Sets the template for the relative paths to files. from FileDumper setBackup(bool $backup) Sets backup flag. from FileDumper dump(MessageCatalogue $messages, array $options = array()) Dumps the message catalogue. from FileDumper string formatCatalogue(MessageCatalogue $messages, string $doma

InheritDataAwareIterator::hasChildren()

hasChildren() {@inheritdoc}

InheritDataAwareIterator::getChildren()

getChildren() {@inheritdoc}

InheritDataAwareIterator

class InheritDataAwareIterator extends IteratorIterator implements RecursiveIterator Iterator that traverses an array of forms. Contrary to \ArrayIterator, this iterator recognizes changes in the original array during iteration. You can wrap the iterator into a {@link \RecursiveIterator} in order to enter any child form that inherits its parent's data and iterate the children of that form as well. Methods getChildren() {@inheritdoc} hasChildren() {@inheritdoc} Details