1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-04-13 20:32:11 +02:00

[ticket/12759] Add phpDoc comments to explain get_option_lang

PHPBB3-12759
This commit is contained in:
Shitiz Garg 2014-06-22 19:18:08 +05:30
parent 51bc31da20
commit c82a0b74cf

View File

@ -50,6 +50,10 @@ class lang_helper
/**
* Get language entries for options and store them here for later use
*
* @param mixed $field_id Can be an int or an array of int for multiple field IDs
* @param int $lang_id
* @param mixed $preview_options If set to not false, $field_id cannot be an array
*/
public function get_option_lang($field_id, $lang_id, $preview_options)
{