Spot\Entity\Collection::__toString PHP 메소드

__toString() 공개 메소드

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() . "]";
    }