From ad9446a1c0980dd672f353c0086f0c7c54dd7214 Mon Sep 17 00:00:00 2001 From: kenjis Date: Wed, 11 Oct 2023 04:26:47 +0000 Subject: [PATCH] Updated API for commit 155859bf17f4e8b5ac6675c85b7312aa9930db15 --- docs/classes/CodeIgniter-CLI-CLI.html | 184 +++++++++++++++++++------- docs/files/system-cli-cli.html | 2 +- docs/index.html | 2 +- docs/namespaces/default.html | 2 +- docs/packages/Application.html | 2 +- docs/reports/deprecated.html | 14 +- 6 files changed, 151 insertions(+), 55 deletions(-) diff --git a/docs/classes/CodeIgniter-CLI-CLI.html b/docs/classes/CodeIgniter-CLI-CLI.html index c02a5bf44..5762eb348 100644 --- a/docs/classes/CodeIgniter-CLI-CLI.html +++ b/docs/classes/CodeIgniter-CLI-CLI.html @@ -684,7 +684,7 @@

phpdocumentor-element -property -public - -static " + -static -deprecated " >

$readline_support @@ -696,13 +696,13 @@

Is the readline library on the system?

- + public static bool $readline_support @@ -711,6 +711,32 @@

+

+ Tags + + +
+
+
+ deprecated +
+
+ 4.4.2 + +

Should be protected.

+
+ +
+
+ TODO +
+
+ +

Fix to camelCase in the next major version.

+
+ +
+
phpdocumentor-element -property -public - -static " + -static -deprecated " >

$wait_msg @@ -730,13 +756,13 @@

The message displayed at prompts.

- + public static string $wait_msg @@ -745,6 +771,32 @@

+

+ Tags + + +
+
+
+ deprecated +
+
+ 4.4.2 + +

Should be protected.

+
+ +
+
+ TODO +
+
+ +

Fix to camelCase in the next major version.

+
+ +
+

@@ -779,6 +831,22 @@

+

+ Tags + + +
+
+
+ TODO +
+
+ +

Fix to camelCase in the next major version.

+
+ +
+
@@ -813,6 +881,22 @@

+

+ Tags + + +
+
+
+ TODO +
+
+ +

Fix to camelCase in the next major version.

+
+ +
+
@@ -866,7 +950,7 @@

@@ -900,7 +984,7 @@

@@ -934,7 +1018,7 @@

@@ -970,7 +1054,7 @@

@@ -1003,7 +1087,7 @@

@@ -1037,7 +1121,7 @@

@@ -1076,7 +1160,7 @@

@@ -1120,7 +1204,7 @@

@@ -1166,7 +1250,7 @@

@@ -1246,7 +1330,7 @@

@@ -1302,7 +1386,7 @@

@@ -1348,7 +1432,7 @@

@@ -1394,7 +1478,7 @@

@@ -1441,7 +1525,7 @@

@@ -1477,7 +1561,7 @@

@@ -1535,7 +1619,7 @@

@@ -1589,7 +1673,7 @@

@@ -1625,7 +1709,7 @@

@@ -1663,7 +1747,7 @@

@@ -1709,7 +1793,7 @@

@@ -1759,7 +1843,7 @@

@@ -1791,7 +1875,7 @@

@@ -1842,7 +1926,7 @@

@@ -1895,7 +1979,7 @@

@@ -1937,7 +2021,7 @@

@@ -1995,7 +2079,7 @@

@@ -2089,7 +2173,7 @@

@@ -2174,7 +2258,7 @@

@@ -2236,7 +2320,7 @@

@@ -2286,7 +2370,7 @@

@@ -2340,7 +2424,7 @@

@@ -2387,7 +2471,7 @@

@@ -2440,7 +2524,7 @@

@@ -2494,7 +2578,7 @@

@@ -2560,7 +2644,7 @@

@@ -2616,7 +2700,7 @@

@@ -2670,7 +2754,7 @@

@@ -2703,7 +2787,7 @@

@@ -2783,7 +2867,7 @@

@@ -2849,7 +2933,7 @@

@@ -2891,7 +2975,7 @@

diff --git a/docs/files/system-cli-cli.html b/docs/files/system-cli-cli.html index 95e24b298..68c8c7fe0 100644 --- a/docs/files/system-cli-cli.html +++ b/docs/files/system-cli-cli.html @@ -307,7 +307,7 @@

diff --git a/docs/index.html b/docs/index.html index 74aa556d9..991d8e662 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1703,7 +1703,7 @@

diff --git a/docs/namespaces/default.html b/docs/namespaces/default.html index 845d6f7f6..c684b5146 100644 --- a/docs/namespaces/default.html +++ b/docs/namespaces/default.html @@ -1698,7 +1698,7 @@

diff --git a/docs/packages/Application.html b/docs/packages/Application.html index 794c23734..1dfe34559 100644 --- a/docs/packages/Application.html +++ b/docs/packages/Application.html @@ -1757,7 +1757,7 @@

diff --git a/docs/reports/deprecated.html b/docs/reports/deprecated.html index 172f9dad7..99b17676a 100644 --- a/docs/reports/deprecated.html +++ b/docs/reports/deprecated.html @@ -557,9 +557,21 @@

CLI.php

Reason - 539 + 549 CLI::isWindows()

Use is_windows() instead

+ + + + 49 + CLI::$readline_support +

Should be protected.

+ + + + 59 + CLI::$wait_msg +

Should be protected.