$applicationConfig
$applicationConfig : \Pivot\Core\Configuration\Pivot\Core\Configuration\ApplicationConfig
Generated config from the Confugure
All configuration for pivot
__construct(\Pivot\Core\Interfaces\IsConfig $appConfig, \Pivot\Core\Interfaces\IsConfig $subscription, \Pivot\Core\Interfaces\IsConfig $subscriptionConfig, \Pivot\Core\Interfaces\IsConfig $moduleConfig, \Pivot\Authentication\Identity\Identity $identity, \Pivot\Core\Interfaces\IsConfig $systemSettings)
Start up the configuration
| \Pivot\Core\Interfaces\IsConfig | $appConfig | Generated config from the Confugure |
| \Pivot\Core\Interfaces\IsConfig | $subscription | Subscription array stored in a config object |
| \Pivot\Core\Interfaces\IsConfig | $subscriptionConfig | Subscription configuration array stored in a config object |
| \Pivot\Core\Interfaces\IsConfig | $moduleConfig | Collection of enabled modules config |
| \Pivot\Authentication\Identity\Identity | $identity | The loaded identity for the system |
| \Pivot\Core\Interfaces\IsConfig | $systemSettings |
create( $applicationPath = null, $forceNonStatic = true) : \Pivot\Core\Configuration\PivotConfig
Static function to create this object with app config
| $applicationPath | ||
| $forceNonStatic |
$this;
hydrateFromCache(string $serializedString) : \Pivot\Core\Configuration\PivotConfig
load config from a serializedString
| string | $serializedString |
this
setApplicationConfig(\Pivot\Core\Interfaces\IsConfig $applicationConfig) : self
Set the value of Application Config
| \Pivot\Core\Interfaces\IsConfig | $applicationConfig |
setSubscription(\Pivot\Core\Interfaces\IsConfig $subscription) : self
Set the value of Subscription
| \Pivot\Core\Interfaces\IsConfig | $subscription |
setSubscriptionConfig(\Pivot\Core\Interfaces\IsConfig $subscriptionConfig) : self
Set the value of Subscription Config
| \Pivot\Core\Interfaces\IsConfig | $subscriptionConfig |
setModuleConfig(\Pivot\Core\Interfaces\IsConfig $config, $module) : self
Set the value of Module
| \Pivot\Core\Interfaces\IsConfig | $config | |
| $module |
setSystemSettings(\Pivot\Core\Interfaces\IsConfig $systemSettings) : self
Set the value of Subscription Config
| \Pivot\Core\Interfaces\IsConfig | $systemSettings |