Bootstrapper\MediaObject::getHeading PHP 메소드

getHeading() 보호된 메소드

Get the heading of the media object
protected getHeading ( array $contents ) : string
$contents array
리턴 string
    protected function getHeading(array $contents)
    {
        return isset($contents['heading']) ? $contents['heading'] : '';
    }