Storm\Drivers\Dynamic\Mapping\EntityRelationalMap::RegisterPropertyMappings PHP Метод

RegisterPropertyMappings() защищенный Метод

protected RegisterPropertyMappings ( Registrar $Registrar, Storm\Core\Object\IEntityMap $EntityMap, Database $Database )
$Registrar Storm\Core\Containers\Registrar
$EntityMap Storm\Core\Object\IEntityMap
$Database Storm\Core\Relational\Database
    protected function RegisterPropertyMappings(Registrar $Registrar, Object\IEntityMap $EntityMap, Relational\Database $Database)
    {
        $Registrar->RegisterAll($this->PropertyMappings);
    }