RedBeanPHP\Repository::processSharedResidue PHP Méthode

processSharedResidue() protected méthode

Stores all the beans in the residue group.
protected processSharedResidue ( redbeanphp\OODBBean $bean, array $sharedresidue ) : void
$bean redbeanphp\OODBBean bean to process
$sharedresidue array list to process
Résultat void
    protected function processSharedResidue($bean, $sharedresidue)
    {
        foreach ($sharedresidue as $residue) {
            $this->store($residue);
        }
    }