コード例 #1
0
 /**
  * @param CacheManager $cacheManager
  * @param string $userEntityName
  * @param array $properties
  */
 public function __construct(CacheManager $cacheManager, $userEntityName, array $properties)
 {
     $this->cacheManager = $cacheManager;
     parent::__construct($userEntityName, $properties);
 }
コード例 #2
0
 /**
  * @param AttachmentManager $attachmentManager
  * @param string $userEntityName
  * @param array $properties
  */
 public function __construct(AttachmentManager $attachmentManager, $userEntityName, array $properties)
 {
     $this->attachmentManager = $attachmentManager;
     parent::__construct($userEntityName, $properties);
 }