Lines Matching refs:this
21 if(array_key_exists($option, $this->optSections )) {
22 $this->optSections[$option] = true;
29 $this->skipifKey = $commandLineOptions->getOption('k');
33 $this->skipifExt = $commandLineOptions->getOption('x');
42 return $this->optSections;
47 return $this->skipifKey;
51 return $this->skipifExt;
55 return $this->optSections['skipif'];
59 if($this->skipifKey != '') {
66 if($this->skipifExt != '') {
72 return $this->optSections['ini'];
76 return $this->optSections['clean'];
80 return $this->optSections['done'];