[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/phpbb/template/twig/ -> definition.php (summary)

This file is part of the phpBB Forum Software package.

Copyright: (c) phpBB Limited
License: GNU General Public License, version 2 (GPL-2.0)
File Size: 69 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

definition:: (3 methods):
  __call()
  set()
  append()


Class: definition  - X-Ref

This class holds all DEFINE variables from the current page load

__call($name, $arguments)   X-Ref
Get a DEFINE'd variable

param: string $name
param: array $arguments
return: mixed Null if not found

set($name, $value)   X-Ref
DEFINE a variable

param: string $name
param: mixed $value
return: \phpbb\template\twig\definition

append($name, $value)   X-Ref
Append to a variable

param: string $name
param: string $value
return: \phpbb\template\twig\definition



Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1