Example #1
0
 /**
  * @param UnitOfWork $uow
  */
 public function __construct(UnitOfWork $uow)
 {
     parent::__construct();
     $this->unitOfWork = $uow;
 }