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);
    }