getVariable() public method

(non-PHPdoc)
public getVariable ( $name )
Exemplo n.º 1
0
 public function getVariable($name)
 {
     $args = func_get_args();
     $this->assertCall('getVariable', $args);
     return parent::getVariable($name);
 }