Esempio n. 1
0
 public function __construct($expr, Loops $loops = NULL)
 {
     parent::__construct($loops);
     $this->expr = $expr;
 }
Esempio n. 2
0
 public function __construct($min = 0, $max = 0, Loops $loops = NULL)
 {
     parent::__construct($loops);
     $this->min = $min;
     $this->max = $max;
 }