PHP 클래스 PressBooks\Shortcodes\Generics\Generics

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

공개 프로퍼티들

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

보호된 프로퍼티들

프로퍼티 타입 설명
$shortcodes

공개 메소드들

메소드 설명
__construct ( )
getInstance ( ) Adds shortcodes based on $self->generics.
shortcodeHandler ( $atts, $content = '', $shortcode )

메소드 상세

__construct() 공개 메소드

public __construct ( )

getInstance() 정적인 공개 메소드

Adds shortcodes based on $self->generics.
static public getInstance ( )

shortcodeHandler() 공개 메소드

public shortcodeHandler ( $atts, $content = '', $shortcode )

프로퍼티 상세

$instance 정적으로 공개적으로 프로퍼티

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

$shortcodes 보호되어 있는 프로퍼티

protected $shortcodes