[ Index ]

PHP Cross Reference of phpBB-3.3.11-deutsch

title

Body

[close]

/vendor/twig/twig/src/Util/ -> DeprecationCollector.php (summary)

(no description)

File Size: 79 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 3 functions

  __construct()
  collectDir()
  collect()

Functions
Functions that are not part of a class:

__construct(Environment $twig)   X-Ref

author: Fabien Potencier <fabien@symfony.com>

collectDir($dir, $ext = '.twig')   X-Ref
Returns deprecations for templates contained in a directory.

return: array An array of deprecations
param: string $dir A directory where templates are stored
param: string $ext Limit the loaded templates by extension

collect(\Traversable $iterator)   X-Ref
Returns deprecations for passed templates.

return: array An array of deprecations
param: \Traversable $iterator An iterator of templates (where keys are template names and values the contents of the template)



Generated: Sat Nov 4 14:26:03 2023 Cross-referenced by PHPXref 0.7.1