PHP 클래스 PressBooks\Shortcodes\Wikipublisher\Glyphs

파일 보기 프로젝트 열기: pressbooks/pressbooks 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$instance - Static property to hold our singleton instance

보호된 프로퍼티들

프로퍼티 타입 설명
$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