Neos\Media\Domain\Model\AssetInterface::setTitle PHP 메소드

setTitle() 공개 메소드

Sets the title of this asset
public setTitle ( string $title ) : void
$title string
리턴 void
    public function setTitle($title);