Guides

DependencyInjection

Table of Contents

Namespaces

Compiler

Classes

CommandLocator
GuidesExtension
TestExtension

Functions

templateArray()  : array<string|int, Node>, file: string, format: string}>
Helper function to configure multiple templates.
template()  : Node>, file: string, format: string}
Helper function to configure templates.

Functions

templateArray()

Helper function to configure multiple templates.

templateArray(array<Node>, string> $input[, string $format = 'html' ]) : array<string|int, Node>, file: string, format: string}>

This function is used to configure the templates in the configuration file.

Parameters
$input : array<Node>, string>
$format : string = 'html'
Return values
array<string|int, Node>, file: string, format: string}>

template()

Helper function to configure templates.

template(Node> $node, string $template[, string $format = 'html' ]) : Node>, file: string, format: string}

This function is used to configure the templates in the configuration file.

Parameters
$node : Node>
$template : string
$format : string = 'html'
Return values
Node>, file: string, format: string}

        
On this page

Search results