method toPath documentation in bbn\Appui\Option
Concatenates the codes and separator $sep of a line of options
Example
X::dump($opt->toPath(48, '|', 12)
// (string) path|to|my|option
function(string $id, string $sep = '|', string $parent = NULL)
{
if ($this->check() && ($parts = $this->getPathArray($id, $parent))) {
return implode($sep, $parts);
}
return null;
}
Concatenates the codes and separator $sep of a line of options 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