getOption() public method

(non-PHPdoc)
public getOption ( $file, $escapeDigits, $maxTime )
Example #1
0
 public function getOption($file, $escapeDigits, $maxTime)
 {
     $args = func_get_args();
     $this->assertCall('getOption', $args);
     return parent::getOption($file, $escapeDigits, $maxTime);
 }