diff options
author | Shitiz Garg <mail@dragooon.net> | 2014-06-22 19:18:08 +0530 |
---|---|---|
committer | Shitiz Garg <mail@dragooon.net> | 2014-06-27 17:48:36 +0530 |
commit | c82a0b74cfc009af61aa1bfc5e220ec82b441f7a (patch) | |
tree | 219c4a1dcaf63ae396b86a1f98037c28edbfa1bd /phpBB/phpbb/profilefields | |
parent | 51bc31da20c402b820d8af41ca7d4bfdb7caaed2 (diff) | |
download | forums-c82a0b74cfc009af61aa1bfc5e220ec82b441f7a.tar forums-c82a0b74cfc009af61aa1bfc5e220ec82b441f7a.tar.gz forums-c82a0b74cfc009af61aa1bfc5e220ec82b441f7a.tar.bz2 forums-c82a0b74cfc009af61aa1bfc5e220ec82b441f7a.tar.xz forums-c82a0b74cfc009af61aa1bfc5e220ec82b441f7a.zip |
[ticket/12759] Add phpDoc comments to explain get_option_lang
PHPBB3-12759
Diffstat (limited to 'phpBB/phpbb/profilefields')
-rw-r--r-- | phpBB/phpbb/profilefields/lang_helper.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/phpBB/phpbb/profilefields/lang_helper.php b/phpBB/phpbb/profilefields/lang_helper.php index 2ea3066f94..86c4e6ff72 100644 --- a/phpBB/phpbb/profilefields/lang_helper.php +++ b/phpBB/phpbb/profilefields/lang_helper.php @@ -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) { |