Recurly_Pager::__toString PHP Method

__toString() public method

public __toString ( )
    public function __toString()
    {
        $class = get_class($this);
        $count = !empty($this->_count) ? "count={$this->_count}" : '';
        return "<{$class}[href={$this->getHref()}] {$count}>";
    }