Contao\CoreBundle\Image\ImageSizes::__construct PHP Метод

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

Constructor.
public __construct ( Doctrine\DBAL\Connection $connection, Symfony\Component\EventDispatcher\EventDispatcherInterface $eventDispatcher, Contao\CoreBundle\Framework\ContaoFrameworkInterface $framework )
$connection Doctrine\DBAL\Connection
$eventDispatcher Symfony\Component\EventDispatcher\EventDispatcherInterface
$framework Contao\CoreBundle\Framework\ContaoFrameworkInterface
    public function __construct(Connection $connection, EventDispatcherInterface $eventDispatcher, ContaoFrameworkInterface $framework)
    {
        $this->connection = $connection;
        $this->eventDispatcher = $eventDispatcher;
        $this->framework = $framework;
    }