PHP 클래스 Cassandra\Type\Custom

상속: extends Cassandra\Type\Blob
파일 보기 프로젝트 열기: datastax/php-driver

공개 메소드들

메소드 설명
__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