[ Index ]

PHP Cross Reference of phpBB-3.3.11-deutsch

title

Body

[close]

/vendor/twig/twig/src/ -> TwigTest.php (summary)

(no description)

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

Defines 1 class

TwigTest:: (11 methods):
  __construct()
  getName()
  getCallable()
  getNodeClass()
  setArguments()
  getArguments()
  isVariadic()
  isDeprecated()
  getDeprecatedVersion()
  getAlternative()
  hasOneMandatoryArgument()


Class: TwigTest  - X-Ref

Represents a template test.

__construct(string $name, $callable = null, array $options = [])   X-Ref
Creates a template test.

param: string        $name     Name of this test
param: callable|null $callable A callable implementing the test. If null, you need to overwrite the "node_class" option to customize compilation.
param: array         $options  Options array

getName()   X-Ref
No description

getCallable()   X-Ref
Returns the callable to execute for this test.

return: callable|null

getNodeClass()   X-Ref
No description

setArguments($arguments)   X-Ref
No description

getArguments()   X-Ref
No description

isVariadic()   X-Ref
No description

isDeprecated()   X-Ref
No description

getDeprecatedVersion()   X-Ref
No description

getAlternative()   X-Ref
No description

hasOneMandatoryArgument()   X-Ref
No description



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