method setSource documentation in bbn\Parsers\Doc

Sets the source to parse

function(string $src) { $this->source = is_file($src) ? file_get_contents($src) : $src; $this->parsed = []; return $this; }

Sets the source to parse 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.