Pressbooks\Admin\Network\SharingAndPrivacyOptions::getTitle PHP Метод

getTitle() статический публичный Метод

Get the localized title of the network export options tab.
static public getTitle ( ) : string
Результат string $title
    static function getTitle()
    {
        return __('Sharing and Privacy Settings', 'pressbooks');
    }