Пример #1
0
 public function __construct($from_bucket, $from_object, $to_bucket, $to_object, $context)
 {
     parent::__construct($from_bucket, $from_object, $context);
     $this->from_bucket = $from_bucket;
     $this->from_object = $from_object;
     $this->to_bucket = $to_bucket;
     $this->to_object = $to_object;
 }
 public function __construct($bucket, $object, $context)
 {
     parent::__construct($bucket, $object, $context);
     $this->memcache_client = new \Memcache();
 }
Пример #3
0
 public function __construct($bucket, $object, $context)
 {
     parent::__construct($bucket, $object, $context);
 }