Latte\Runtime\SnippetDriver::__construct PHP 메소드

__construct() 공개 메소드

public __construct ( Latte\Runtime\ISnippetBridge $bridge )
$bridge Latte\Runtime\ISnippetBridge
    public function __construct(ISnippetBridge $bridge)
    {
        $this->bridge = $bridge;
    }