Completed
Push — master ( c47098...bd2863 )
by Shcherbak
37:44 queued 22:47
created

CheckboxList::setValue()   A

Complexity

Conditions 4
Paths 6

Size

Total Lines 15
Code Lines 8

Duplication

Lines 0
Ratio 0 %

Importance

Changes 2
Bugs 0 Features 0
Metric Value
c 2
b 0
f 0
dl 0
loc 15
rs 9.2
cc 4
eloc 8
nc 6
nop 1
1
<?php
2
3
  namespace Fiv\Form;
4
5
  trigger_error('Deprecated. Use ' . \Fiv\Form\Element\CheckboxList::class, E_USER_DEPRECATED);
6
7
8
  /**
9
   *
10
   */
11
  class CheckboxList extends \Fiv\Form\Element\CheckboxList {
12
13
  }