Lines Matching refs:setValue
25 $protected->setValue($a, 'e');
26 $protectedStatic->setValue('f');
27 $private->setValue($a, 'g');
28 $privateStatic->setValue('h');
45 $protected->setValue($a, 'i');
46 $protectedStatic->setValue('j');
47 $private->setValue($a, 'k');
48 $privateStatic->setValue('l');
65 $protected->setValue($b, 'e');
66 $protectedStatic->setValue('f');
67 $private->setValue($b, 'g');
81 $protected->setValue($b, 'h');
82 $protectedStatic->setValue('i');
83 $private->setValue($b, 'j');