Esempio n. 1
0
 public function __construct(BusinessLogicMapperBase $mapper)
 {
     parent::__construct();
     $this->_mapper = $mapper;
 }
 /**
  * ObjectHistoryRepository constructor.
  */
 public function __construct(ReplicationHistoryMapper $mapper)
 {
     $this->_mapper = $mapper;
     parent::__construct();
 }
 /**
  * ObjectHistoryRepository constructor.
  */
 public function __construct(ReplicatedObjectMapper $mapper)
 {
     $this->_mapper = $mapper;
     parent::__construct();
 }
 public function __construct(BusinessLogicMapperBase $mapper, ClientProxyEndpointMapper $endpointMapper)
 {
     parent::__construct();
     $this->_mapper = $mapper;
     $this->_endpointMapper = $endpointMapper;
 }