Свойство | Type | Description | |
---|---|---|---|
$versionParser |
Méthode | Description | |
---|---|---|
activateAction ( string $bundle ) : boolean | ||
check4UpdatesAction ( ) : array | ||
createBundleAction ( FOS\RestBundle\Request\ParamFetcher $paramFetcher ) : boolean | ||
deactivateAction ( string $bundle ) : boolean | ||
getInstalledAction ( ) : array | ||
getInstalledInfoAction ( $bundle ) : array | ||
getLocalAction ( ) : array | ||
installAction ( string $bundle, boolean $ormUpdate = null ) : array | ||
installComposerAction ( FOS\RestBundle\Request\ParamFetcher $paramFetcher ) : string | ||
setContainer ( Symfony\Component\DependencyInjection\ContainerInterface $container = null ) | ||
uninstallAction ( string $bundle, boolean $ormUpdate = null, boolean $removeFiles = null ) : boolean | ||
uninstallComposerAction ( FOS\RestBundle\Request\ParamFetcher $paramFetcher ) : string |
Méthode | Description | |
---|---|---|
firePackageManager ( $bundleName, string $script ) : boolean | Fires the script in module/$module/package/$script.php and its events. | |
getBundles ( |
||
getBundlesFromPath ( string $path ) : array | ||
getComposerVendorDir ( ) : string | ||
getPackage ( Composer\Repository\RepositoryInterface $installedRepo, Composer\Repository\RepositoryInterface $repos, $name, $version = null ) | ||
searchAndInstallBundles ( string $path ) | ||
searchAndUninstallBundlesAction ( string $path, boolean $removeFiles = false ) | ||
updateAutoloader ( ) |
Méthode | Description | |
---|---|---|
getComposer ( ) : Composer\Composer | ||
versionCompareToServer ( $local, $server ) : string |
public activateAction ( string $bundle ) : boolean | ||
$bundle | string | |
Résultat | boolean |
public createBundleAction ( FOS\RestBundle\Request\ParamFetcher $paramFetcher ) : boolean | ||
$paramFetcher | FOS\RestBundle\Request\ParamFetcher | |
Résultat | boolean |
public deactivateAction ( string $bundle ) : boolean | ||
$bundle | string | |
Résultat | boolean |
protected firePackageManager ( $bundleName, string $script ) : boolean | ||
$script | string | |
Résultat | boolean |
protected getBundles ( |
||
$finder | ||
Résultat | array |
protected getBundlesFromPath ( string $path ) : array | ||
$path | string | |
Résultat | array |
protected getComposerVendorDir ( ) : string | ||
Résultat | string |
public getInstalledInfoAction ( $bundle ) : array | ||
Résultat | array |
protected getPackage ( Composer\Repository\RepositoryInterface $installedRepo, Composer\Repository\RepositoryInterface $repos, $name, $version = null ) | ||
$installedRepo | Composer\Repository\RepositoryInterface | |
$repos | Composer\Repository\RepositoryInterface |
public installComposerAction ( FOS\RestBundle\Request\ParamFetcher $paramFetcher ) : string | ||
$paramFetcher | FOS\RestBundle\Request\ParamFetcher | |
Résultat | string |
protected searchAndInstallBundles ( string $path ) | ||
$path | string |
protected searchAndUninstallBundlesAction ( string $path, boolean $removeFiles = false ) | ||
$path | string | |
$removeFiles | boolean |
public setContainer ( Symfony\Component\DependencyInjection\ContainerInterface $container = null ) | ||
$container | Symfony\Component\DependencyInjection\ContainerInterface |
public uninstallComposerAction ( FOS\RestBundle\Request\ParamFetcher $paramFetcher ) : string | ||
$paramFetcher | FOS\RestBundle\Request\ParamFetcher | |
Résultat | string |