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);
    }