Phulp\Collection::__toString PHP Метод

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

Returns a string representation of this object.
public __toString ( ) : string
Результат string
    public function __toString()
    {
        return __CLASS__ . '::' . $this->getType() . '@' . spl_object_hash($this);
    }