Author: Ronen Botzer (rbotzer@aerospike.com)
Example #1
0
 /**
  * Constructor for the \Aerospike\LDT\LList class.
  *
  * @param Aerospike $db
  * @param array $key initialized with Aerospike::initKey()
  * @param string $bin name
  * @see LDT::__construct()
  */
 public function __construct(Aerospike $db, array $key, $bin)
 {
     parent::__construct($db, $key, $bin, LDT::LLIST);
 }