Elastica\Node::getId PHP Method

getId() public method

public getId ( ) : string
return string Unique node id. Can also be name if id not exists.
    public function getId()
    {
        return $this->_id;
    }