PHP Класс PressBooks\Shortcodes\Wikipublisher\Glyphs

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
$instance - Static property to hold our singleton instance

Защищенные свойства (Protected)

Свойство Тип Описание
$supported_languages ISO-639-3

Открытые методы

Метод Описание
getInstance ( ) : Glyphs Function to instantiate our class and make it a singleton
lang_shortcode ( $atts, null $content = null ) : string

Приватные методы

Метод Описание
__construct ( ) Setup the [pb_language] shortcode, which is private to force the use of getInstance()
greek ( $text, string $lang = 'grc' ) : string
hebrew ( $text ) : string

Описание методов

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

Function to instantiate our class and make it a singleton
Устаревший:
public static getInstance ( ) : Glyphs
Результат Glyphs

lang_shortcode() публичный Метод

public lang_shortcode ( $atts, null $content = null ) : string
$atts
$content null
Результат string

Описание свойств

$instance статическое публичное свойство

- Static property to hold our singleton instance
static public $instance

$supported_languages защищенное свойство

ISO-639-3
protected $supported_languages