PHP Webiny\Component\StdLib Namespace

Nested Namespaces

Webiny\Component\StdLib\Exception
Webiny\Component\StdLib\StdObject
Webiny\Component\StdLib\Tests

Traits

Name Description
ComponentTrait Component trait is a helper that automatically parses the component configuration, registers defined class loader maps and services.
FactoryLoaderTrait FactoryLoader provides a simple function that can load classes, pass arguments to their constructors and validate if the created instance implements, or extends, a defined class or interface.
SingletonTrait SingletonTrait is a helper, once implemented on a class, automatically adds the singleton pattern to that class.
StdLibTrait Helper trait with some standard functions.
StdObjectTrait Standard object trait. Use this functions whenever you want to create a standard object.
ValidatorTrait Trait containing common validators.