diff options
author | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-09-12 17:17:43 +0200 |
---|---|---|
committer | Siebrand Mazeland <s.mazeland@xs4all.nl> | 2010-09-12 17:17:43 +0200 |
commit | 9bc4aaeca34a711e482c3f2c064bb18e65eda0be (patch) | |
tree | 4da0f995107298ab9dfc141badc9fb738a3d0dab | |
parent | a9fad9a7ac85270e2a45cfad28c6017b200496eb (diff) |
Update incomplete documentation.
-rw-r--r-- | lib/htmloutputter.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/htmloutputter.php b/lib/htmloutputter.php index 5dc2b38da..44b029604 100644 --- a/lib/htmloutputter.php +++ b/lib/htmloutputter.php @@ -325,6 +325,7 @@ class HTMLOutputter extends XMLOutputter * @param string $label text of the button * @param string $cls class of the button, default 'submit' * @param string $name name, if different than ID + * @param string $title title text for the submit button * * @return void * |