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

__construct() публичный Метод

public __construct ( Storm\Core\Object\IEntityMap $EntityMap, Storm\Core\Relational\ITable $PrimaryKeyTable, array $PropertyMappings )
$EntityMap Storm\Core\Object\IEntityMap
$PrimaryKeyTable Storm\Core\Relational\ITable
$PropertyMappings array
    public function __construct(Object\IEntityMap $EntityMap, Relational\ITable $PrimaryKeyTable, array $PropertyMappings)
    {
        $this->EntityMap = $EntityMap;
        $this->PrimaryKeyTable = $PrimaryKeyTable;
        $this->PropertyMappings = $PropertyMappings;
    }