Cassandra\Tuple::__construct PHP Method

__construct() public method

Creates a new tuple with the given types.
public __construct ( array $types )
$types array Array of types
    public function __construct($types)
    {
    }