Cassandra\Type\Custom::create PHP Method

create() public method

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