From 41baf122f5323a7f8fa8cfda4583e7dc25649bf9 Mon Sep 17 00:00:00 2001 From: Llewellyn Date: Sun, 11 Aug 2024 10:45:21 +0000 Subject: [PATCH] Create UserFactoryInterface readme file --- .../README.md | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 src/c2980d12-c3ef-4e23-b4a2-e6af1f5900a9/README.md diff --git a/src/c2980d12-c3ef-4e23-b4a2-e6af1f5900a9/README.md b/src/c2980d12-c3ef-4e23-b4a2-e6af1f5900a9/README.md new file mode 100644 index 0000000..f553b2b --- /dev/null +++ b/src/c2980d12-c3ef-4e23-b4a2-e6af1f5900a9/README.md @@ -0,0 +1,37 @@ +``` + ██╗ ██████╗ ██████╗ ███╗ ███╗██╗ █████╗ ██████╗ ██████╗ ██╗ ██╗███████╗██████╗ + ██║██╔═══██╗██╔═══██╗████╗ ████║██║ ██╔══██╗ ██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗ + ██║██║ ██║██║ ██║██╔████╔██║██║ ███████║ ██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝ +██ ██║██║ ██║██║ ██║██║╚██╔╝██║██║ ██╔══██║ ██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗ +╚█████╔╝╚██████╔╝╚██████╔╝██║ ╚═╝ ██║███████╗██║ ██║ ██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║ + ╚════╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝ +``` +# UserFactoryInterface + +Not for Joomla 3 + +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---c2980d12_c3ef_4e23_b4a2_e6af1f5900a9---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) +