Pagekit\Database\ORM\MetadataManager::__construct PHP Method

__construct() public method

Constructor.
public __construct ( Pagekit\Database\Connection $connection, Pagekit\Event\EventDispatcherInterface $events )
$connection Pagekit\Database\Connection
$events Pagekit\Event\EventDispatcherInterface
    public function __construct(Connection $connection, EventDispatcherInterface $events)
    {
        $this->connection = $connection;
        $this->events = $events;
    }