method getDependencies documentation in bbn\Cdn\Library
Returns the dependencies from the given library version.
Example
$info = $lib->info('bbn-vue');
$deps = $lib->getDependencies($info['version']);
X::dump($deps);
// [
// "vuejs|v2.6.10",
// "axios|v0.19.2",
// "animate-css|3.7.2",
// "moment|2.12.0",
// "bbnjs|1.0.1",
// ]
function(string $id_version, &$res = [])
{
$deps = $this->db->getColArray(
<<db->getOne(
<<getDependencies($dep, $res);
$res[] = $d;
}
}
}
return $res;
}
Returns the dependencies from the given library version. 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-2023
BBN Solutions