PHP 클래스 Rarst\Meadow\Core

상속: extends Pimple\Container
파일 보기 프로젝트 열기: rarst/meadow

공개 메소드들

메소드 설명
__construct ( array $values = [] )
disable ( )
enable ( )
get_search_form ( string $form ) : string
template_include ( string $template ) : string | boolean
undefined_filter ( string $filter_name ) : boolean | Twig_SimpleFilter Handler for fallback to WordPress filters for undefined Twig filters in template.
undefined_function ( string $function_name ) : boolean | Twig_SimpleFunction Handler for undefined functions in Twig to pass them through to PHP and buffer echoing versions.

메소드 상세

__construct() 공개 메소드

public __construct ( array $values = [] )
$values array

disable() 공개 메소드

public disable ( )

enable() 공개 메소드

public enable ( )

get_search_form() 공개 메소드

public get_search_form ( string $form ) : string
$form string
리턴 string

template_include() 공개 메소드

public template_include ( string $template ) : string | boolean
$template string
리턴 string | boolean

undefined_filter() 정적인 공개 메소드

Handler for fallback to WordPress filters for undefined Twig filters in template.
static public undefined_filter ( string $filter_name ) : boolean | Twig_SimpleFilter
$filter_name string
리턴 boolean | Twig_SimpleFilter

undefined_function() 정적인 공개 메소드

Handler for undefined functions in Twig to pass them through to PHP and buffer echoing versions.
static public undefined_function ( string $function_name ) : boolean | Twig_SimpleFunction
$function_name string
리턴 boolean | Twig_SimpleFunction