Storm\Drivers\Base\Object\Properties\CollectionProperty::ReviveProxies PHP Method

ReviveProxies() protected method

protected ReviveProxies ( Domain $Domain, $Entity, array $Proxies )
$Domain Storm\Core\Object\Domain
$Proxies array
    protected function ReviveProxies(Object\Domain $Domain, $Entity, array $Proxies)
    {
        return new Collections\Collection($this->GetEntityType(), $Proxies);
    }