forked from wp-cli/wp-cli.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinternal-api.mustache
More file actions
61 lines (36 loc) · 1017 Bytes
/
internal-api.mustache
File metadata and controls
61 lines (36 loc) · 1017 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
---
layout: default
title: {{full_name}}()
description: "{{phpdoc.short_description}}"
---
<small><a href="/docs/">Docs</a> » <a href="/docs/internal-api/">Internal API</a> » {{category}}</small>
## {{full_name}}()
{{phpdoc.short_description}}
***
### Usage
{{signature}}
<div>
{{#phpdoc.parameters.param}}
<strong>{{1}}</strong> ({{0}}) {{{2}}}<br />
{{/phpdoc.parameters.param}}
{{#phpdoc.parameters.return}}
<strong>@return</strong> ({{0}}) {{2}}<br />
{{/phpdoc.parameters.return}}
</div>
{{#phpdoc.long_description}}
***
### Notes
{{{phpdoc.long_description}}}
{{/phpdoc.long_description}}
*Internal API documentation is generated from the WP-CLI codebase on every release. To suggest improvements, please submit a pull request.*
{{#has_related}}
***
### Related
<ul>
{{/has_related}}
{{#related}}
<li><strong><a href="/docs/internal-api/{{api_slug}}/">{{full_name}}()</a></strong> - {{phpdoc.short_description}}</li>
{{/related}}
{{#has_related}}
</ul>
{{/has_related}}