noise() public method

Sets the noise for this tag (if any)
public noise ( $noise )
$noise
Example #1
0
 public function testNoise()
 {
     $tag = new Tag('a');
     $this->assertTrue($tag->noise('noise') instanceof Tag);
 }