phpBB

Code Changes

File: phpbb/template/twig/twig.php

  Unmodified   Added   Modified   Removed
Line 69Line 69
	/**
* Twig Environment
*

	/**
* Twig Environment
*

	* @var \Twig_Environment

	* @var \Twig\Environment

	*/
protected $twig;


	*/
protected $twig;


Line 129Line 129
	*
* @return array Style tree, most specific first
*

	*
* @return array Style tree, most specific first
*

	* @throws \phpbb\template\exception\user_object_not_available	When user service was not set

	* @throws user_object_not_available	When user service was not set

	*/
public function get_user_style()
{

	*/
public function get_user_style()
{

Line 224Line 224
	*			'name' 		=> 'adm',
* 'ext_path' => 'adm/style/',
* )

	*			'name' 		=> 'adm',
* 'ext_path' => 'adm/style/',
* )

	* @param string|array of string $paths Array of style paths, relative to current root directory

	* @param string|array $paths Array of style paths, relative to current root directory

	* @return \phpbb\template\template $this
*/
public function set_custom_style($names, $paths)

	* @return \phpbb\template\template $this
*/
public function set_custom_style($names, $paths)