Storm\Drivers\Base\Relational\Syncing\Traits\TableTraitManager::RegisterAdd PHP Метод

RegisterAdd() закрытый защищенный Метод

final protected RegisterAdd ( $TraitType, callable $AppenderFunction )
$AppenderFunction callable
    protected final function RegisterAdd($TraitType, callable $AppenderFunction)
    {
        $this->AddFunctionManager->Register($TraitType, $AppenderFunction);
    }