Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yii2
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Rotua Panjaitan
yii2
Commits
750b220d
Commit
750b220d
authored
Jun 25, 2013
by
Qiang Xue
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
cleanup.
parent
d5bd9853
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
Html.php
framework/yii/helpers/base/Html.php
+1
-1
No files found.
framework/yii/helpers/base/Html.php
View file @
750b220d
...
@@ -9,7 +9,6 @@ namespace yii\helpers\base;
...
@@ -9,7 +9,6 @@ namespace yii\helpers\base;
use
Yii
;
use
Yii
;
use
yii\base\InvalidParamException
;
use
yii\base\InvalidParamException
;
use
yii\helpers\ArrayHelper
;
use
yii\web\Request
;
use
yii\web\Request
;
use
yii\base\Model
;
use
yii\base\Model
;
...
@@ -844,6 +843,7 @@ class Html
...
@@ -844,6 +843,7 @@ class Html
* @param array $options options (name => config) for the radio button list. The following options are supported:
* @param array $options options (name => config) for the radio button list. The following options are supported:
*
*
* - encode: boolean, whether to HTML-encode the items. Defaults to true.
* - encode: boolean, whether to HTML-encode the items. Defaults to true.
* This option is ignored if the `item` option below is specified.
* - item: callable, a callback that is used to generate each individual list item.
* - item: callable, a callback that is used to generate each individual list item.
* The signature of this callback must be:
* The signature of this callback must be:
*
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment