output() public method

output
public output ( ) : mixed | void
return mixed | void
 public function testOutput()
 {
     $tags = $this->getTagList();
     $frontend = new FrontendHandler($tags);
     $output = $frontend->output('js', 'body.prepend');
 }