Method | Description | |
---|---|---|
__construct ( Doctrine\Common\Persistence\ObjectManager $em, |
||
execute ( PhpAmqpLib\Message\AMQPMessage $msg ) | Callback called from RabbitMQ to update a bundle | |
setLogger ( Symfony\Component\HttpKernel\Log\LoggerInterface $logger ) | Set a logger instance |
Method | Description | |
---|---|---|
removeBundle ( |
Removes a specified bundle |
Method | Description | |
---|---|---|
updateContributors ( |
Takes a bundle and update its contributors | |
updateKeywords ( |
Updates bundle keywords fetched from composer.json | |
updateScore ( |
Updates bundle score |
public __construct ( Doctrine\Common\Persistence\ObjectManager $em, |
||
$em | Doctrine\Common\Persistence\ObjectManager | |
$ownerManager | ||
$githubRepoApi | ||
$travis | ||
$indexer |
public execute ( PhpAmqpLib\Message\AMQPMessage $msg ) | ||
$msg | PhpAmqpLib\Message\AMQPMessage | serialized Message |
protected removeBundle ( |
||
$bundle |
public setLogger ( Symfony\Component\HttpKernel\Log\LoggerInterface $logger ) | ||
$logger | Symfony\Component\HttpKernel\Log\LoggerInterface |