This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
System: Host: dima-System-Product-Name Kernel: 4.10.0-42-generic x86_64 (64 bit gcc: 5.4.0) | |
Desktop: Cinnamon 3.4.4 (Gtk 2.24.30) dm: mdm Distro: Linux Mint 18.2 Sonya | |
Machine: Mobo: ASUSTeK model: M4A785T-M v: Rev X.0x Bios: American Megatrends v: 0801 date: 10/14/2009 | |
CPU: Dual core AMD Phenom II X2 550 (-MCP-) cache: 1024 KB | |
flags: (lm nx sse sse2 sse3 sse4a svm) bmips: 12455 | |
clock speeds: min/max: 800/3100 MHz 1: 1900 MHz 2: 1900 MHz | |
Graphics: Card: Advanced Micro Devices [AMD/ATI] Redwood XT [Radeon HD 5670/5690/5730] | |
bus-ID: 01:00.0 chip-ID: 1002:68d8 | |
Display Server: X.Org 1.18.4 drivers: ati,radeon (unloaded: fbdev,vesa) | |
Resolution: [email protected] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
license: gpl-3.0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
namespace My\Application\Container; | |
use Doctrine\Common\Annotations\AnnotationReader, | |
Doctrine\MongoDB\Connection, | |
Doctrine\ODM\MongoDB\Configuration, | |
Doctrine\ODM\MongoDB\Mapping\Driver\AnnotationDriver, | |
Doctrine\ODM\MongoDB\DocumentManager; | |
/** |