Example #1
0
 /**
  * Constructor
  */
 public function __construct()
 {
     $this->container = \Scalr::getContainer();
     $this->DB = \Scalr::getDb();
     $this->Logger = $this->container->logger(__CLASS__);
 }