This class provides methods load FlowPDF Components. It supports 2 loading strategies.
-
Local
Local component gets loaded to current FlowPDF::ComponentManager object context. In this case, it is only possible to access it from current object.
-
Global
In this strategy component gets loaded for whole execution context and can be accessed from any FlowPDF::ComponentManager object. This is the default.