Cassandra\Tuple::__construct PHP 메소드

__construct() 공개 메소드

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