Method | Description | |
---|---|---|
__construct ( Doctrine\Common\Persistence\ObjectManager $entityManager, Github\Client $github ) | ||
createOwner ( string $ownerName, string $entityType = 'developer', boolean $flushEntities = true ) : boolean | |
||
findDeveloperBy ( array $data ) : null | |
||
findOrganizationBy ( array $data ) : null | |
||
findOwnerBy ( array $data ) : null | |
||
getApiByOwnerName ( string $ownerName ) : boolean | Knp\Bundle\KnpBundlesBundle\Github\OwnerInterface |
public __construct ( Doctrine\Common\Persistence\ObjectManager $entityManager, Github\Client $github ) | ||
$entityManager | Doctrine\Common\Persistence\ObjectManager | |
$github | Github\Client |
public findDeveloperBy ( array $data ) : null | |
||
$data | array | |
return | null | |
public findOrganizationBy ( array $data ) : null | |
||
$data | array | |
return | null | |
public findOwnerBy ( array $data ) : null | |
||
$data | array | |
return | null | |
public getApiByOwnerName ( string $ownerName ) : boolean | Knp\Bundle\KnpBundlesBundle\Github\OwnerInterface | ||
$ownerName | string | |
return | boolean | Knp\Bundle\KnpBundlesBundle\Github\OwnerInterface |