Lines Matching refs:reverse
11 protected $reverse;
13 function __construct($reverse){
14 $this->reverse = $reverse;
19 if ($this->reverse) {
32 function __construct($reverse){
33 parent::__construct($reverse);
42 function __construct($reverse){
43 parent::__construct($reverse);
54 function __construct($reverse, $dictOrder){
55 parent::__construct($reverse);