Aerospike\LDT\LList::__construct PHP Method

__construct() public method

Constructor for the \Aerospike\LDT\LList class.
See also: LDT::__construct()
public __construct ( Aerospike $client, array $key, string $bin )
$client Aerospike
$key array initialized with Aerospike::initKey()
$bin string name
    public function __construct(Aerospike $client, array $key, $bin)
    {
        parent::__construct($client, $key, $bin, LDT::LLIST);
    }