BundleFetcher¶
-
class
OC\App\AppStore\Bundles\
BundleFetcher
¶ Source: lib/private/App/AppStore/Bundles/BundleFetcher.php#30
Properties¶
Methods¶
-
public
OC\App\AppStore\Bundles\BundleFetcher::
__construct
($l10n)¶ Source: Parameters: - $l10n (
OCP\IL10N
)
- $l10n (
-
public
OC\App\AppStore\Bundles\BundleFetcher::
getBundles
()¶ Source: lib/private/App/AppStore/Bundles/BundleFetcher.php#44 Returns: \OC\App\AppStore\Bundles\Bundle[]
-
public
OC\App\AppStore\Bundles\BundleFetcher::
getDefaultInstallationBundle
()¶ - Bundles that should be installed by default after installation
Source: lib/private/App/AppStore/Bundles/BundleFetcher.php#59 Returns: \OC\App\AppStore\Bundles\Bundle[]
-
public
OC\App\AppStore\Bundles\BundleFetcher::
getBundleByIdentifier
($identifier)¶ - Get the bundle with the specified identifier
Source: Parameters: - $identifier (string)
Returns: Throws: \BadMethodCallException
If the bundle does not exist