PHP Класс Cassandra\Type\Custom

Наследование: extends Cassandra\Type\Blob
Показать файл Открыть проект

Открытые методы

Метод Описание
__toString ( ) : string {@inheritDoc}
create ( mixed $value = null ) : null Creation of custom type instances is not supported
name ( ) : string {@inheritDoc}

Описание методов

__toString() публичный метод

{@inheritDoc}
public __toString ( ) : string
Результат string String representation of this type

create() публичный метод

Creation of custom type instances is not supported
public create ( mixed $value = null ) : null
$value mixed the value
Результат null nothing

name() публичный метод

{@inheritDoc}
public name ( ) : string
Результат string The name of this type