Ejemplo n.º 1
0
 /**
  * @param $key
  * @param ReadOnlyRemoteFileAdapterInterface $adapter
  */
 public function __construct($key, ReadOnlyRemoteFileAdapterInterface $adapter)
 {
     parent::__construct($key, $adapter);
 }
Ejemplo n.º 2
0
 public function __construct(MediaInterface $target, MetaData $metaData)
 {
     $this->target = $target;
     parent::__construct($metaData);
 }
Ejemplo n.º 3
0
 /**
  * @param $key
  * @param LocalFileAdapterInterface $adapter
  */
 public function __construct($key, LocalFileAdapterInterface $adapter)
 {
     parent::__construct($key, $adapter);
 }