PHP 클래스 Sylius\Bundle\UserBundle\Command\AbstractRoleCommand

저자: Loïc Frémont ([email protected])
상속: extends Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand
파일 보기 프로젝트 열기: sylius/sylius

보호된 메소드들

메소드 설명
execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
executeRoleCommand ( Symfony\Component\Console\Output\OutputInterface $output, Sylius\Component\User\Model\UserInterface $user, array $securityRoles )
findUserByEmail ( string $email ) : Sylius\Component\User\Model\UserInterface
getEntityManager ( ) : Doctrine\Common\Persistence\ObjectManager
getUserRepository ( ) : Sylius\Component\User\Repository\UserRepositoryInterface
interact ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )

메소드 상세

execute() 보호된 메소드

protected execute ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface

executeRoleCommand() 추상적인 보호된 메소드

abstract protected executeRoleCommand ( Symfony\Component\Console\Output\OutputInterface $output, Sylius\Component\User\Model\UserInterface $user, array $securityRoles )
$output Symfony\Component\Console\Output\OutputInterface
$user Sylius\Component\User\Model\UserInterface
$securityRoles array

findUserByEmail() 보호된 메소드

protected findUserByEmail ( string $email ) : Sylius\Component\User\Model\UserInterface
$email string
리턴 Sylius\Component\User\Model\UserInterface

getEntityManager() 보호된 메소드

protected getEntityManager ( ) : Doctrine\Common\Persistence\ObjectManager
리턴 Doctrine\Common\Persistence\ObjectManager

getUserRepository() 보호된 메소드

protected getUserRepository ( ) : Sylius\Component\User\Repository\UserRepositoryInterface
리턴 Sylius\Component\User\Repository\UserRepositoryInterface

interact() 보호된 메소드

protected interact ( Symfony\Component\Console\Input\InputInterface $input, Symfony\Component\Console\Output\OutputInterface $output )
$input Symfony\Component\Console\Input\InputInterface
$output Symfony\Component\Console\Output\OutputInterface