Sulu\Component\Content\Compat\Block\BlockPropertyType::getTitle PHP 메소드

getTitle() 공개 메소드

public getTitle ( string $languageCode ) : string
$languageCode string
리턴 string
    public function getTitle($languageCode)
    {
        return $this->metadata->get('title', $languageCode, ucfirst($this->getName()));
    }