Method | Description | |
---|---|---|
__construct ( |
||
addBundle ( string $fullName, boolean $updateRepo = true ) : boolean | |
Add or update a repo | |
cleanupBundlesActivities ( $limit = 30 ) | ||
createMissingBundles ( array $foundBundles ) | ||
removeDuplicatedActivities ( ) | This method is a fix in case of other commands don't work as expected. | |
removeNonSymfonyBundles ( ) | ||
removeRepo ( |
||
searchNewBundles ( ) | ||
setBundleUpdateProducer ( Knp\Bundle\KnpBundlesBundle\Producer\ProducerInterface $bundleUpdateProducer ) | ||
setOutput ( Symfony\Component\Console\Output\OutputInterface $output ) | ||
updateBundleData ( $owner, $name ) | ||
updateBundlesData ( ) | ||
updateRepo ( |
Method | Description | |
---|---|---|
notifyInvalid ( string | false $bundle, null | string $reason = null ) | ||
paginateExistingBundles ( integer $page, integer $limit = 100 ) : Pagerfanta\Pagerfanta |
public __construct ( |
||
$em | ||
$bundleManager | ||
$finder | Knp\Bundle\KnpBundlesBundle\Finder\FinderInterface | |
$githubRepoApi |
public createMissingBundles ( array $foundBundles ) | ||
$foundBundles | array |
public removeDuplicatedActivities ( ) |
public removeRepo ( |
||
$bundle | ||
return | boolean |
public setBundleUpdateProducer ( Knp\Bundle\KnpBundlesBundle\Producer\ProducerInterface $bundleUpdateProducer ) | ||
$bundleUpdateProducer | Knp\Bundle\KnpBundlesBundle\Producer\ProducerInterface |
public setOutput ( Symfony\Component\Console\Output\OutputInterface $output ) | ||
$output | Symfony\Component\Console\Output\OutputInterface |
public updateRepo ( |
||
$bundle |