コード例 #1
0
 /**
  * Constructor
  *
  * @param FunctionProviderInterface     $functionProvider
  * @param VirtualFieldProviderInterface $virtualFieldProvider
  * @param ManagerRegistry               $doctrine
  */
 public function __construct(FunctionProviderInterface $functionProvider, VirtualFieldProviderInterface $virtualFieldProvider, ManagerRegistry $doctrine)
 {
     parent::__construct($functionProvider, $virtualFieldProvider, $doctrine);
     $this->accessor = PropertyAccess::createPropertyAccessor();
 }
 /**
  * Constructor
  *
  * @param ManagerRegistry $doctrine
  */
 public function __construct(ManagerRegistry $doctrine)
 {
     parent::__construct($doctrine);
     $this->accessor = PropertyAccess::createPropertyAccessor();
 }