diff --git a/master/README.md b/master/README.md index ca7474ff578..b36df1c1c21 100644 --- a/master/README.md +++ b/master/README.md @@ -1 +1 @@ -# CI/CD generated reports for [e058e3afe0189d1d8a16684e011658ffc242bda5](https://github.com/hydephp/develop/commit/e058e3afe0189d1d8a16684e011658ffc242bda5) +# CI/CD generated reports for [56242aba0b34c7a7fd7e5f669f9b9aebc28046d5](https://github.com/hydephp/develop/commit/56242aba0b34c7a7fd7e5f669f9b9aebc28046d5) diff --git a/master/api-docs/classes/Hyde-Support-Includes.html b/master/api-docs/classes/Hyde-Support-Includes.html index 3ac3106428f..193d325f87c 100644 --- a/master/api-docs/classes/Hyde-Support-Includes.html +++ b/master/api-docs/classes/Hyde-Support-Includes.html @@ -206,6 +206,13 @@

Get the raw contents of a partial file in the includes directory.
+
+ html() + +  : string|null +
+
Get the HTML contents of a partial file in the includes directory.
+
markdown() @@ -312,7 +319,7 @@

@@ -419,6 +426,67 @@

Return values
+ +
+

+ html() + + +

+ + +

Get the HTML contents of a partial file in the includes directory.

+ + + public + static html(string $filename[, string|null $default = null ]) : string|null + +
+
+ +
Parameters
+
+
+ $filename + : string +
+
+

The name of the partial file, with or without the extension.

+
+ +
+
+ $default + : string|null + = null
+
+

The default value to return if the partial is not found.

+
+ +
+
+ + + +
+
Return values
+ string|null + — +

The raw contents of the partial file, or the default value if not found.

+
+ +
+
@@ -792,6 +860,7 @@
Parameters
@@ -140,8 +140,8 @@

Build Information