$pivotConfig
$pivotConfig : \Pivot\Core\Configuration\PivotConfig
[$pivotConfig description]
Authentication Manager
$pivotConfig : \Pivot\Core\Configuration\PivotConfig
[$pivotConfig description]
$adaptor : \Pivot\Authentication\Interfaces\CanAuthenticate
CanAuthenticate adaptor
$cacheManager : \Pivot\Core\Cache\CacheManager
Cache manager Used to reset the cache on a refresh req
__construct(\Pivot\Core\Configuration\PivotConfig $pivotConfig, \Pivot\Authentication\Interfaces\CanAuthenticate $adaptor, \Pivot\Core\Cache\CacheManager $cacheManager)
Construct AuthenticationManager
\Pivot\Core\Configuration\PivotConfig | $pivotConfig | |
\Pivot\Authentication\Interfaces\CanAuthenticate | $adaptor | |
\Pivot\Core\Cache\CacheManager | $cacheManager |
setPivotConfig(\Pivot\Core\Configuration\PivotConfig $pivotConfig) : self
Set the value of Pivot Config
\Pivot\Core\Configuration\PivotConfig | $pivotConfig |
setAdaptor(\Pivot\Authentication\Interfaces\CanAuthenticate $adaptor) : self
Set the value of Adaptor
\Pivot\Authentication\Interfaces\CanAuthenticate | $adaptor |