Neos\Media\Domain\Model\ImageVariant::setTitle PHP Метод

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

Setting the title on an ImageVariant is not allowed, this method will throw a RuntimeException.
public setTitle ( string $title ) : void
$title string
Результат void
    public function setTitle($title)
    {
        throw new \RuntimeException('Setting the title on an ImageVariant is not supported.', 1366627475);
    }