Example #1
0
 public function make($content, $not_ignored_repl = true)
 {
     if (gettype($not_ignored_repl) == 'array') {
         $content = $this->var_render($content, $not_ignored_repl);
     }
     $content = $this->render($content, $not_ignored_repl);
     $content = Collection::condition($content, $not_ignored_repl);
     return $content;
 }