Inline::isHash()

static bool isHash(array $value) Check if given array is hash or just normal indexed array. Parameters array $value The PHP array to check Return Value bool true if value is hash array, false otherwise

Inline::evaluateBinaryScalar()

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

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

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

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

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

InheritDataAwareIterator::hasChildren()

hasChildren() {@inheritdoc}

InheritDataAwareIterator::getChildren()

getChildren() {@inheritdoc}

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

ImmutableEventDispatcher::removeListener()

removeListener(string $eventName, callable $listener) Removes an event listener from the specified events. Parameters string $eventName The event to remove a listener from callable $listener The listener to remove