Segment_Consumer::alias PHP Method

alias() abstract public method

Aliases from one user id to another
abstract public alias ( array $message ) : boolean
$message array
return boolean whether the alias call succeeded
    public abstract function alias(array $message);