Segment_QueueConsumer::identify PHP Метод

identify() публичный Метод

Tags traits about the user.
public identify ( array $message ) : boolean
$message array
Результат boolean whether the identify call succeeded
    public function identify(array $message)
    {
        return $this->enqueue($message);
    }