ncc/.idea
Netkas 729c9cb217
- Added a new interface class SerializableObjectInterface to implement serializable objects, BytecodeObjectInterface
extends this interface to allow for serialization of compiled assets
 - Updated class `\ncc\Objects\ComposerJson > Author` to use method calls rather than direct property access and
   implemented `SerializableObjectInterface`
 - Updated class `\ncc\Objects\ComposerJson > Autoloader` to use method calls rather than direct property access and
   implemented `SerializableObjectInterface`
 - Updated class `\ncc\Objects\ComposerJson > Funding` to use method calls rather than direct property access and
   implemented `SerializableObjectInterface`
 - Updated class `\ncc\Objects\ComposerJson > NamespacePointer` to use method calls rather than direct property access
   and implemented `SerializableObjectInterface`
 - Updated class `\ncc\Objects\ComposerJson > PackageLink` to use method calls rather than direct property access and
   implemented `SerializableObjectInterface`
 - Updated class `\ncc\Objects\ComposerJson > Suggestion` to use method calls rather than direct property access and
   implemented `SerializableObjectInterface`
 - Updated class `\ncc\Objects\ComposerJson > Support` to use method calls rather than direct property access and
   implemented `SerializableObjectInterface`
 - Updated class `\ncc\Objects\ExecutionPointers > ExecutionPointer` to use method calls rather than direct property
   access and implemented `BytecodeObjectInterface`
 - Updated class `\ncc\Objects\NccVersionInformation > Component` to use method calls rather than direct property access
   and implemented `SerializableObjectInterface`
 - Updated class `\ncc\Objects\Package > Component` to use method calls rather than direct property access and
   implemented `BytecodeObjectInterface`
 - Updated class `\ncc\Objects\Package > ExecutionUnit` to use method calls rather than direct property access and
   implemented `BytecodeObjectInterface`
 - Updated class `\ncc\Objects\Package > Header` to use method calls rather than direct property access and implemented
   `BytecodeObjectInterface`
 - Updated class `\ncc\Objects\Package > Installer` to use method calls rather than direct property access and implemented
   `BytecodeObjectInterface`
 - Updated class `\ncc\Objects\Package > MagicBytes` to use method calls rather than direct property access and implemented
   `SerializableObjectInterface`
 - Updated class `\ncc\Objects\Package > Resource` to use method calls rather than direct property access and implemented
   `BytecodeObjectInterface`
 -  Updated class `\ncc\Objects\PackageLock > DependencyEntry` to use method calls rather than direct property access
    and implemented `BytecodeObjectInterface`
 - Updated class `\ncc\Objects\PackageLock > PackageEntry` to use method calls rather than direct property access
   and implemented `BytecodeObjectInterface`
 - Updated class `\ncc\Objects\PackageLock > VersionEntry` to use method calls rather than direct property access
   and implemented `BytecodeObjectInterface`
2023-08-28 18:27:09 -04:00
..
codeStyles Added Symfony\Yaml, improved installer and Makefile and updated .gitignore 2022-08-14 16:48:39 -04:00
copyright 1.0.0 Alpha Release 2023-01-29 23:27:56 +00:00
inspectionProfiles - Added a new interface class SerializableObjectInterface to implement serializable objects, BytecodeObjectInterface 2023-08-28 18:27:09 -04:00
runConfigurations Refactored Makefile & Added run configurations 2023-08-16 12:05:15 -04:00
scopes - Renamed Abstracts namespace to Enums 2023-08-18 00:22:15 -04:00
.gitignore Initial Codebase, Added Assembly with validation 2022-04-06 22:17:14 -04:00
encodings.xml Added PhpStorm .idea files 2022-10-23 16:23:14 -04:00
modules.xml Initial Codebase, Added Assembly with validation 2022-04-06 22:17:14 -04:00
ncc.iml 1.0.0 Alpha Release 2023-01-29 23:27:56 +00:00
php.xml 1.0.0 Alpha Release 2023-01-29 23:27:56 +00:00
vcs.xml Initial Codebase, Added Assembly with validation 2022-04-06 22:17:14 -04:00
webResources.xml Refactored Runtime to an extent, added plan (exceptions_plans.txt) 2023-08-19 12:34:22 -04:00