PHP Class Cassandra\Type\Custom

Inheritance: extends Cassandra\Type\Blob
Datei anzeigen Open project: datastax/php-driver

Public Methods

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

Method Details

__toString() public method

{@inheritDoc}
public __toString ( ) : string
return string String representation of this type

create() public method

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

name() public method

{@inheritDoc}
public name ( ) : string
return string The name of this type