getRaw() public method

Returns value.
public getRaw ( string $key ) : mixed
$key string
return mixed
Beispiel #1
0
 /**
  *
  */
 public function testGetRaw2()
 {
     //test that found key returns matching value
     $this->assertEquals($this->cage->getRaw('html'), '<IMG """><SCRIPT>alert("XSS")</SCRIPT>">');
 }