PHP 클래스 Wallabag\CoreBundle\Form\Type\EntryFilterType

상속: extends Symfony\Component\Form\AbstractType
파일 보기 프로젝트 열기: wallabag/wallabag

공개 메소드들

메소드 설명
__construct ( Doctrine\ORM\EntityRepository $entryRepository, Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface $tokenStorage ) Repository & user are used to get a list of language entries for this user.
buildForm ( Symfony\Component\Form\FormBuilderInterface $builder, array $options )
configureOptions ( Symfony\Component\OptionsResolver\OptionsResolver $resolver )
getBlockPrefix ( )

메소드 상세

__construct() 공개 메소드

Repository & user are used to get a list of language entries for this user.
public __construct ( Doctrine\ORM\EntityRepository $entryRepository, Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface $tokenStorage )
$entryRepository Doctrine\ORM\EntityRepository
$tokenStorage Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface

buildForm() 공개 메소드

public buildForm ( Symfony\Component\Form\FormBuilderInterface $builder, array $options )
$builder Symfony\Component\Form\FormBuilderInterface
$options array

configureOptions() 공개 메소드

public configureOptions ( Symfony\Component\OptionsResolver\OptionsResolver $resolver )
$resolver Symfony\Component\OptionsResolver\OptionsResolver

getBlockPrefix() 공개 메소드

public getBlockPrefix ( )