Pimcore\Model\Asset\Video\ImageThumbnail::__toString PHP Метод

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

This method is here for backwards compatility. Up to Pimcore 1.4.8 a thumbnail was returned as a path to an image.
public __toString ( ) : string
Результат string Public path to thumbnail image.
    public function __toString()
    {
        return $this->getPath();
    }