Spot\Entity\Collection::__toString PHP Method

__toString() public method

Provides a string representation of the class Brackets contain the number of elements contained in the collection
public __toString ( )
    public function __toString()
    {
        return __CLASS__ . "[" . $this->count() . "]";
    }