Download the PHP package autoframe/class-dependency without Composer
On this page you can find all versions of the php package autoframe/class-dependency. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download autoframe/class-dependency
More information about autoframe/class-dependency
Files in autoframe/class-dependency
Download autoframe/class-dependency
More information about autoframe/class-dependency
Files in autoframe/class-dependency
Vendor autoframe
Package class-dependency
Short Description Autoframe PHP dependency resolver for classes, interfaces and traits using static reflection and all in one class
License MIT
Homepage https://github.com/autoframe
Package class-dependency
Short Description Autoframe PHP dependency resolver for classes, interfaces and traits using static reflection and all in one class
License MIT
Homepage https://github.com/autoframe
Please rate this library. Is it a good library?
Informations about the package class-dependency
Autoframe is a low level framework that is oriented on SOLID flexibility
Autoframe PHP dependency resolver for classes, interfaces and traits using static reflection and all in one class
Namespace\Class:
- Autoframe\ClassDependency\AfrClassDependency
Static methods:
- public static function getClassInfo(mixed $obj_sFQCN): AfrClassDependency;
- public static function clearClassInfo(mixed $obj_sFQCN): bool;
- public static function isSkipped(mixed $obj_sFQCN): bool;
- public static function getDependencyInfo(): array;
- public static function clearDependencyInfo(): void;
- public static function getDebugFatalError(): array;
- public static function clearDebugFatalError(): void;
- public static function flush(): void;
- public static function setSkipClassInfo(array $aFQCN, bool $bMergeWithExisting = false): array;
- public static function setSkipNamespaceInfo(array $aNamespaces, bool $bMergeWithExisting = false): array;
- public static function getSkipClassInfo(): array;
- public static function getSkipNamespaceInfo(): array;
Instance methods:
- public function getType(): string;
- public function getAllDependencies(): array;
- public function getClassName(): string;
- public function __toString(): string;
- public function getParents(): array;
- public function getTraits(): array;
- public function getInterfaces(): array;
- public function isClass(): bool;
- public function isTrait(): bool;
- public function isInterface(): bool;
- public function isEnum(): bool;
- public function isAbstract(): bool;
- public function isInstantiable(): bool;
- public function isSingleton(): bool;
- public function doIDependOn($mClass): bool;
Instance methods are available using getClassInfo(className or object): AfrClassDependency
All versions of class-dependency with dependencies
PHP Build Version
Package Version
The package autoframe/class-dependency contains the following files
Loading the files please wait ...