getData() public méthode

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