Bootstrapper\MediaObject::getHeading PHP Méthode

getHeading() protected méthode

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