Feat/add show rendered method
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
Filter activity
assigned to @dyszczo and @marcinkolanko
By Marcin Kolanko on 2021-10-01T11:06:18 (imported from GitLab)
added 1 commit
- 102ed5ef - chore: require php 7 compatyblity
By Marcin Kolanko on 2021-10-01T11:12:17 (imported from GitLab)
23 23 * @return string 24 24 */ 25 25 public function render($template, array $params = null); 26 27 public function show_rendered($template, array $params = null); changed this line in version 3 of the diff
By Marcin Kolanko on 2021-10-01T14:30:24 (imported from GitLab)
mentioned in commit 5fb16e7a
By Marcin Kolanko on 2021-10-01T14:32:25 (imported from GitLab)