shy() 공개 메소드

또한 보기: Bolt\Twig\Handler\HtmlHandler::shy()
public shy ( $str )
예제 #1
0
 public function testShy()
 {
     $app = $this->getApp();
     $handlers = $this->getTwigHandlers($app);
     $handlers['html'] = $this->getMockHandler('HtmlHandler', 'shy');
     $twig = new TwigExtension($app, $handlers, true);
     $twig->shy(null);
 }