method setTemplate documentation in bbn\Mail

function(string $file) { if (is_file($file)) { $this->template = file_get_contents($file); $this->path = X::dirname($file); } else { $this->template = $file; $this->path = BBN_DATA_PATH; } return $this; }

BBN is a suite of PHP and JS libraries and VueJS components - all open-source! bbn.io, build applications, the quick way

This website uses cookies to ensure you get the best experience on our website.