getRaw() 공개 메소드

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