PHP 클래스 Matthias\SymfonyConsoleForm\Form\FormUtil

파일 보기 프로젝트 열기: matthiasnoback/symfony-console-form 1 사용 예제들

공개 메소드들

메소드 설명
isCompound ( Symfony\Component\Form\FormInterface $form ) : boolean
isTypeInAncestry ( Symfony\Component\Form\FormInterface $form, mixed $type ) : boolean
label ( Symfony\Component\Form\FormInterface $form ) : string
type ( Symfony\Component\Form\FormInterface $form ) : string
typeAncestry ( Symfony\Component\Form\FormInterface $form ) : array
typeAncestryForType ( Symfony\Component\Form\ResolvedFormTypeInterface $formType = null, array &$types )

비공개 메소드들

메소드 설명
humanize ( $text ) : string Copied from Symfony\Component\Form method humanize.

메소드 상세

isCompound() 공개 정적인 메소드

public static isCompound ( Symfony\Component\Form\FormInterface $form ) : boolean
$form Symfony\Component\Form\FormInterface
리턴 boolean

isTypeInAncestry() 공개 정적인 메소드

public static isTypeInAncestry ( Symfony\Component\Form\FormInterface $form, mixed $type ) : boolean
$form Symfony\Component\Form\FormInterface
$type mixed
리턴 boolean

label() 공개 정적인 메소드

public static label ( Symfony\Component\Form\FormInterface $form ) : string
$form Symfony\Component\Form\FormInterface
리턴 string

type() 공개 정적인 메소드

public static type ( Symfony\Component\Form\FormInterface $form ) : string
$form Symfony\Component\Form\FormInterface
리턴 string

typeAncestry() 공개 정적인 메소드

public static typeAncestry ( Symfony\Component\Form\FormInterface $form ) : array
$form Symfony\Component\Form\FormInterface
리턴 array

typeAncestryForType() 공개 정적인 메소드

public static typeAncestryForType ( Symfony\Component\Form\ResolvedFormTypeInterface $formType = null, array &$types )
$formType Symfony\Component\Form\ResolvedFormTypeInterface
$types array