Sonata\ProductBundle\Entity\BaseProductCollection::__toString PHP Method

__toString() public method

public __toString ( )
    public function __toString()
    {
        return ($this->getProduct() ? $this->getProduct()->getName() : 'null') . ' - ' . ($this->getCollection() ? $this->getCollection()->getName() : 'null');
    }