Puli\Repository\AbstractJsonRepository::getReferencesForGlob PHP Method

getReferencesForGlob() abstract protected method

Each reference returned by this method can be: * null * a link starting with @ * an absolute filesystem path The keys of the returned array are Puli paths. Their order is undefined. The flag STOP_ON_FIRST may be used to stop the search at the first result.
abstract protected getReferencesForGlob ( string $glob, integer $flags ) : string[] | null[]
$glob string The glob.
$flags integer A bitwise combination of the flag constants in this class.
return string[] | null[] A one-level array of references with Puli paths as keys.
    protected abstract function getReferencesForGlob($glob, $flags = 0);