PHP Class Cassandra\Type\Custom

Inheritance: extends Cassandra\Type\Blob
Afficher le fichier Open project: datastax/php-driver

Méthodes publiques

Méthode Description
__toString ( ) : string {@inheritDoc}
create ( mixed $value = null ) : null Creation of custom type instances is not supported
name ( ) : string {@inheritDoc}

Method Details

__toString() public méthode

{@inheritDoc}
public __toString ( ) : string
Résultat string String representation of this type

create() public méthode

Creation of custom type instances is not supported
public create ( mixed $value = null ) : null
$value mixed the value
Résultat null nothing

name() public méthode

{@inheritDoc}
public name ( ) : string
Résultat string The name of this type