Example #1
0
 /**
  * Base constructor.
  * @param ServiceManager $serviceManager
  */
 public function __construct(ServiceManager $serviceManager)
 {
     parent::__construct($serviceManager);
     $this->requireModuleCustomer = true;
 }
Example #2
0
 /**
  * Base constructor.
  * @param ServiceManager $serviceManager
  */
 public function __construct(ServiceManager $serviceManager)
 {
     parent::__construct($serviceManager);
     $this->requireAdminAuth = true;
 }
Example #3
0
 public function __construct(ServiceManager $serviceManager, $aPath)
 {
     parent::__construct($serviceManager);
     $this->aPath = $aPath;
 }
Example #4
0
 public function __construct(ServiceManager $serviceManager)
 {
     parent::__construct($serviceManager);
     $this->entityManager = $serviceManager->get('entitymanager');
 }