method getVue documentation in bbn\Parsers\Doc
Gets Vue.js structure
function(string $memberof = '')
{
return [
'description' => $this->getFile($memberof),
'methods' => $this->getMethods($memberof),
'events' => $this->getEvents($memberof),
'mixins' => $this->getMixins($memberof),
'props' => $this->getProps($memberof),
'data' => $this->getData($memberof),
'computed' => $this->getComputed($memberof),
'watch' => $this->getWatch($memberof),
'components' => $this->getComponents($memberof),
//'todo' => $this->getTodo($memberof)
];
}
Gets Vue.js structure 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.
© 2011-2025
BBN Solutions