Neos\Media\Domain\Model\ImageVariant::setTitle PHP Method

setTitle() public method

Setting the title on an ImageVariant is not allowed, this method will throw a RuntimeException.
public setTitle ( string $title ) : void
$title string
return void
    public function setTitle($title)
    {
        throw new \RuntimeException('Setting the title on an ImageVariant is not supported.', 1366627475);
    }