mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-17 16:58:51 +00:00
[ticket/12509] Add example in doc block
PHPBB3-12509
This commit is contained in:
parent
9a846e447b
commit
05cd25a88b
1 changed files with 4 additions and 0 deletions
|
@ -212,6 +212,10 @@ class twig extends \phpbb\template\base
|
|||
* Note: Templates are still compiled to phpBB's cache directory.
|
||||
*
|
||||
* @param string|array $names Array of names (or detailed names) or string of name of template(s) in inheritance tree order, used by extensions.
|
||||
* E.g. array(
|
||||
* 'name' => 'adm',
|
||||
* 'ext_path' => 'adm/style/',
|
||||
* )
|
||||
* @param string|array of string $paths Array of style paths, relative to current root directory
|
||||
* @return \phpbb\template\template $this
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue