XaminProject / handlebars.php

Handlebars processor for php
331 stars 134 forks source link

Pass an instance of \Handlebars\Arguments to a helper #92

Closed JustBlackBird closed 9 years ago

JustBlackBird commented 9 years ago

The same as #91 but rebased to develop branch

fzerorubigd commented 9 years ago

Thank you. I want to refactor some part of code too before tagging new version. So any idea is welcom here!

JustBlackBird commented 9 years ago

You are welcome. As for refactoring, you can mark \Handlebars\Template\parseArguments and \Handlebars\Template\parseNamedArguments methods as deprecated, because now they are needed only for backward compatibility.