| 1 | <?php |
||
| 8 | class HtmlRating extends HtmlSemDoubleElement { |
||
| 9 | protected $_params=array(); |
||
| 10 | public function __construct($identifier, $value,$max=5,$icon="star") { |
||
| 15 | |||
| 16 | /** |
||
| 17 | * {@inheritDoc} |
||
| 18 | * @see \Ajax\common\html\HtmlDoubleElement::setValue() |
||
| 19 | */ |
||
| 20 | public function setValue($value){ |
||
| 23 | |||
| 24 | public function setMax($max){ |
||
| 27 | |||
| 28 | /** |
||
| 29 | * {@inheritDoc} |
||
| 30 | * @see \Ajax\semantic\html\base\HtmlSemDoubleElement::run() |
||
| 31 | */ |
||
| 32 | public function run(JsUtils $js){ |
||
| 36 | } |