getData() public method

Get the data stream
public getData ( ) : string
return string
Example #1
0
 public function testGetData()
 {
     $d = new Data('<users><row><name>Test></name></row></users>');
     $this->assertContains('<users>', $d->getData());
 }