Storm\Drivers\Constant\Mapping\EntityRelationalMap::Map PHP Метод

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

final protected Map ( Storm\Core\Object\IProperty $Property )
$Property Storm\Core\Object\IProperty
    protected final function Map(Object\IProperty $Property)
    {
        return new FluentPropertyMapping($Property, $this->DefaultLoadingMode, function (\Storm\Core\Mapping\IPropertyMapping $Mapping) {
            $this->PropertyMappings[] = $Mapping;
        });
    }