Storm\Core\Mapping\EntityRelationalMap::RegisterPropertyMappings PHP Method

RegisterPropertyMappings() abstract protected method

The method to register all the property mappings for this entity relational map.
abstract protected RegisterPropertyMappings ( Registrar $Registrar, Storm\Core\Object\IEntityMap $EntityMap, Database $Database ) : void
$Registrar Storm\Core\Containers\Registrar The registrar to register the property mappings
$EntityMap Storm\Core\Object\IEntityMap The entity map representing the entity properties
$Database Storm\Core\Relational\Database The current database instance
return void
    protected abstract function RegisterPropertyMappings(Registrar $Registrar, Object\IEntityMap $EntityMap, Relational\Database $Database);