示例#1
0
 function NthToggle($startState, $max)
 {
     Toggle::Toggle($startState);
     $this->_countMax = $max;
     $this->_count = 0;
 }