예제 #1
0
 function constructor($range)
 {
     parent::constructor();
     $this->range = $range;
     return $this;
 }