PHP Class Rarst\Meadow\Core

Inheritance: extends Pimple\Container
Afficher le fichier Open project: rarst/meadow

Méthodes publiques

Méthode Description
__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.

Method Details

__construct() public méthode

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

disable() public méthode

public disable ( )

enable() public méthode

public enable ( )

get_search_form() public méthode

public get_search_form ( string $form ) : string
$form string
Résultat string

template_include() public méthode

public template_include ( string $template ) : string | boolean
$template string
Résultat string | boolean

undefined_filter() static public méthode

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
Résultat boolean | Twig_SimpleFilter

undefined_function() static public méthode

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
Résultat boolean | Twig_SimpleFunction