$activator $activator : \Expand\Addon\Activator\AddonActivatorInterface Type \Expand\Addon\Activator\AddonActivatorInterface
__construct() __construct(\Illuminate\Container\Container $app, \Expand\Addon\string $ident) Parameters \Illuminate\Container\Container $app \Expand\Addon\string $ident
getInfo() getInfo(\Expand\Addon\string $key, $default = null) Parameters \Expand\Addon\string $key $default
isStatus() isStatus(boolean $status) : boolean Determine whether the given status same with the current module status. Parameters boolean $status Returns boolean
get() get(string $key, null $default = null) : mixed Get a specific data from json file by given the key. Parameters string $key null $default Returns mixed