PHP 클래스 Knp\Bundle\KnpBundlesBundle\Updater\DeveloperUpdaterPlain

파일 보기 프로젝트 열기: KnpLabs/KnpBundles

보호된 프로퍼티들

프로퍼티 타입 설명
$developerRepository
$entityManager
$githubDeveloper
$githubOrganization
$organizationRepository

공개 메소드들

메소드 설명
__construct ( EntityManager $entityManager, DeveloperRepository $developerRepository, OrganizationRepository $organizationRepository, Developer $githubDeveloper, Organization $githubOrganization, OwnerManager $ownerManager )
updateByName ( $name )

보호된 메소드들

메소드 설명
updateDeveloperOrganizations ( Developer $developer )

메소드 상세

__construct() 공개 메소드

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 updateByName ( $name )

updateDeveloperOrganizations() 보호된 메소드

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

프로퍼티 상세

$developerRepository 보호되어 있는 프로퍼티

protected $developerRepository

$entityManager 보호되어 있는 프로퍼티

protected $entityManager

$githubDeveloper 보호되어 있는 프로퍼티

protected $githubDeveloper

$githubOrganization 보호되어 있는 프로퍼티

protected $githubOrganization

$organizationRepository 보호되어 있는 프로퍼티

protected $organizationRepository