hattr() public method

See also: Bolt\Twig\Handler\AdminHandler::hattr()
public hattr ( $attributes )
Example #1
0
 public function testHattr()
 {
     $app = $this->getApp();
     $handlers = $this->getTwigHandlers($app);
     $handlers['admin'] = $this->getMockHandler('AdminHandler', 'hattr');
     $twig = new TwigExtension($app, $handlers, true);
     $twig->hattr(null);
 }