1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-03-19 23:20:22 +01:00
javiexin 849fd9df7d [ticket/14944] Add possibility to search for template loop indexes by key
Adds a new function to the template interface, and implements it in the
context class.  The function returns the ordinal index for a specified key,
with the same structure that the key for alter_block_array.
Reuses same code. Remove unneeded references, do nothing for int keys.
Check out of bounds or wrong blockname errors.  Added tests.
Remove default parameter value.

PHPBB3-14944
2017-01-28 21:34:08 +01:00
..
2014-10-03 23:51:16 +02:00
2016-03-29 19:13:09 +02:00
2015-01-14 12:04:30 +01:00
2014-09-21 13:53:08 +05:30
2015-05-29 22:46:28 +02:00