PHP 클래스 Stash_ext

저자: Mark Croxton ([email protected])
파일 보기 프로젝트 열기: croxton/stash

공개 프로퍼티들

프로퍼티 타입 설명
$EE
$description
$docs_url
$name
$settings
$settings_exist
$version

공개 메소드들

메소드 설명
__construct ( $settings = [] ) : void Constructor
activate_extension ( ) : void Activate Extension
disable_extension ( ) : void Disable Extension
stash_fetch_template ( $row ) : array Method for stash_fetch_template hook
stash_post_parse ( $template, $sub, $site_id ) : string Method for stash_post_parse hook
template_fetch_template ( $row ) : array Method for template_fetch_template hook
template_post_parse ( $template, $sub, $site_id, $from_stash = FALSE, $final = FALSE ) : string Method for template_post_parse hook
update_extension ( $current = '' ) : mixed Update Extension

비공개 메소드들

메소드 설명
_add_hook ( $name, $priority = 10 ) : void Add extension hook

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( $settings = [] ) : void
리턴 void

activate_extension() 공개 메소드

Activate Extension
public activate_extension ( ) : void
리턴 void

disable_extension() 공개 메소드

Disable Extension
public disable_extension ( ) : void
리턴 void

stash_fetch_template() 공개 메소드

Inject early stash embeds into the template
public stash_fetch_template ( $row ) : array
리턴 array

stash_post_parse() 공개 메소드

Method for stash_post_parse hook
public stash_post_parse ( $template, $sub, $site_id ) : string
리턴 string Template string

template_fetch_template() 공개 메소드

Inject early stash embeds into the template
public template_fetch_template ( $row ) : array
리턴 array

template_post_parse() 공개 메소드

Method for template_post_parse hook
public template_post_parse ( $template, $sub, $site_id, $from_stash = FALSE, $final = FALSE ) : string
리턴 string Template string

update_extension() 공개 메소드

Update Extension
public update_extension ( $current = '' ) : mixed
리턴 mixed void on update / FALSE if none

프로퍼티 상세

$EE 공개적으로 프로퍼티

public $EE

$description 공개적으로 프로퍼티

public $description

$docs_url 공개적으로 프로퍼티

public $docs_url

$name 공개적으로 프로퍼티

public $name

$settings 공개적으로 프로퍼티

public $settings

$settings_exist 공개적으로 프로퍼티

public $settings_exist

$version 공개적으로 프로퍼티

public $version