Searched refs:optSections (Results 1 – 2 of 2) sorted by relevance
4 private $optSections = array( variable in gtOptionalSections21 if(array_key_exists($option, $this->optSections )) {22 $this->optSections[$option] = true;42 return $this->optSections;55 return $this->optSections['skipif'];72 return $this->optSections['ini'];76 return $this->optSections['clean'];80 return $this->optSections['done'];
683 private $optSections = array(700 if(array_key_exists($option, $this->optSections )) {701 $this->optSections[$option] = true;721 return $this->optSections;734 return $this->optSections['skipif'];751 return $this->optSections['ini'];755 return $this->optSections['clean'];759 return $this->optSections['done'];
Completed in 15 milliseconds