PHP Class Knp\Bundle\KnpBundlesBundle\Updater\DeveloperUpdaterPlain

Show file Open project: KnpLabs/KnpBundles

Protected Properties

Property Type Description
$developerRepository
$entityManager
$githubDeveloper
$githubOrganization
$organizationRepository

Public Methods

Method Description
__construct ( EntityManager $entityManager, DeveloperRepository $developerRepository, OrganizationRepository $organizationRepository, Developer $githubDeveloper, Organization $githubOrganization, OwnerManager $ownerManager )
updateByName ( $name )

Protected Methods

Method Description
updateDeveloperOrganizations ( Developer $developer )

Method Details

__construct() public method

public __construct ( EntityManager $entityManager, DeveloperRepository $developerRepository, OrganizationRepository $organizationRepository, Developer $githubDeveloper, Organization $githubOrganization, OwnerManager $ownerManager )
$entityManager Doctrine\ORM\EntityManager
$developerRepository Knp\Bundle\KnpBundlesBundle\Repository\DeveloperRepository
$organizationRepository Knp\Bundle\KnpBundlesBundle\Repository\OrganizationRepository
$githubDeveloper Knp\Bundle\KnpBundlesBundle\Github\Developer
$githubOrganization Knp\Bundle\KnpBundlesBundle\Github\Organization
$ownerManager Knp\Bundle\KnpBundlesBundle\Manager\OwnerManager

updateByName() public method

public updateByName ( $name )

updateDeveloperOrganizations() protected method

protected updateDeveloperOrganizations ( Developer $developer )
$developer Knp\Bundle\KnpBundlesBundle\Entity\Developer

Property Details

$developerRepository protected property

protected $developerRepository

$entityManager protected property

protected $entityManager

$githubDeveloper protected property

protected $githubDeveloper

$githubOrganization protected property

protected $githubOrganization

$organizationRepository protected property

protected $organizationRepository