Compare commits

..

No commits in common. "master" and "master" have entirely different histories.

4 changed files with 0 additions and 56 deletions

View File

@ -48,7 +48,6 @@ This repository contains an index (see below) of all the Joomla! Powers within t
- **JApplicationSite** | [Details](src/f82894b5-d83a-4f44-a921-08848bae979c) | [Settings](src/f82894b5-d83a-4f44-a921-08848bae979c/item.json) | JPK: `Joomla---f82894b5_d83a_4f44_a921_08848bae979c---Power`
- **JApplicationWeb** | [Details](src/2405b210-b10e-40e0-92f4-5783875f56cf) | [Settings](src/2405b210-b10e-40e0-92f4-5783875f56cf/item.json) | JPK: `Joomla---2405b210_b10e_40e0_92f4_5783875f56cf---Power`
- **JApplicationWebClient** | [Details](src/af98ae86-763a-41c2-9b05-50da4b0e4eb9) | [Settings](src/af98ae86-763a-41c2-9b05-50da4b0e4eb9/item.json) | JPK: `Joomla---af98ae86_763a_41c2_9b05_50da4b0e4eb9---Power`
- **JArrayHelper** | [Details](src/06aa47b5-293f-4a18-9f0d-986cf11a5cb9) | [Settings](src/06aa47b5-293f-4a18-9f0d-986cf11a5cb9/item.json) | JPK: `Joomla---06aa47b5_293f_4a18_9f0d_986cf11a5cb9---Power`
- **JAssociationExtensionHelper** | [Details](src/e88e262d-b08f-43f3-9f0d-adf352030ddd) | [Settings](src/e88e262d-b08f-43f3-9f0d-adf352030ddd/item.json) | JPK: `Joomla---e88e262d_b08f_43f3_9f0d_adf352030ddd---Power`
- **JAssociationExtensionInterface** | [Details](src/1046fbd3-859f-40b6-8cd9-4f2a0f91413a) | [Settings](src/1046fbd3-859f-40b6-8cd9-4f2a0f91413a/item.json) | JPK: `Joomla---1046fbd3_859f_40b6_8cd9_4f2a0f91413a---Power`
- **JAuthentication** | [Details](src/e7193dd0-5839-4e5f-9f86-1d2cb29f2116) | [Settings](src/e7193dd0-5839-4e5f-9f86-1d2cb29f2116/item.json) | JPK: `Joomla---e7193dd0_5839_4e5f_9f86_1d2cb29f2116---Power`

View File

@ -3463,12 +3463,5 @@
"path": "src\/f5e0753c-c8d9-4965-a606-9c45b37a6857",
"jpk": "Joomla---f5e0753c_c8d9_4965_a606_9c45b37a6857---Power",
"guid": "f5e0753c-c8d9-4965-a606-9c45b37a6857"
},
"06aa47b5-293f-4a18-9f0d-986cf11a5cb9": {
"name": "JArrayHelper",
"settings": "src\/06aa47b5-293f-4a18-9f0d-986cf11a5cb9\/item.json",
"path": "src\/06aa47b5-293f-4a18-9f0d-986cf11a5cb9",
"jpk": "Joomla---06aa47b5_293f_4a18_9f0d_986cf11a5cb9---Power",
"guid": "06aa47b5-293f-4a18-9f0d-986cf11a5cb9"
}
}

View File

@ -1,37 +0,0 @@
```
██╗ ██████╗ ██████╗ ███╗ ███╗██╗ █████╗ ██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██║██╔═══██╗██╔═══██╗████╗ ████║██║ ██╔══██╗ ██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██║██║ ██║██║ ██║██╔████╔██║██║ ███████║ ██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██ ██║██║ ██║██║ ██║██║╚██╔╝██║██║ ██╔══██║ ██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
╚█████╔╝╚██████╔╝╚██████╔╝██║ ╚═╝ ██║███████╗██║ ██║ ██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# JArrayHelper
ArrayHelper is an array utility class for doing all sorts of odds and ends with arrays.
The Joomla! Power feature allows you to use Joomla classes in your project without manually managing their namespaces. JCB will automatically add the correct namespaces to your files. If Joomla classes change in future versions, such as from Joomla 3 to 5, JCB will update them for you.
However, if there are breaking changes in function names, you may need to make some manual adjustments. The Joomla Power Key (JPK) helps you easily search for these classes.
By using the JPK (Joomla Power Key) in your custom code (replacing the class name in your code with the JPK), JCB will automatically pull the Joomla! Power from the repository into your project.
To add this specific power to your project in JCB:
> simply use this JPK
```
Joomla---06aa47b5_293f_4a18_9f0d_986cf11a5cb9---Power
```
> remember to replace the `---` with `___` to activate this Joomla! Power in your code
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)

View File

@ -1,11 +0,0 @@
{
"system_name": "JArrayHelper",
"settings": {
"settings0": {
"namespace": "Joomla\\Utilities\\ArrayHelper",
"joomla_version": "0"
}
},
"guid": "06aa47b5-293f-4a18-9f0d-986cf11a5cb9",
"description": "ArrayHelper is an array utility class for doing all sorts of odds and ends with arrays."
}