Storm\Drivers\Base\Relational\Syncing\Traits\TableTraitManager::RegisterDefinition PHP Méthode

RegisterDefinition() final protected méthode

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