GuidesExtension.php
This file is part of phpDocumentor.
For the full copyright and license information, please view the LICENSE file that was distributed with this source code.
Tags
Table of Contents
Classes
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'