PHP Class Comur\ImageBundle\Form\Type\CroppableImageType

Inheritance: extends Symfony\Component\Form\AbstractType
Show file Open project: comur/image-bundle Class Usage Examples

Protected Properties

Property Type Description
$galleryDir
$isGallery
$thumbsDir

Public Methods

Method Description
buildForm ( Symfony\Component\Form\FormBuilderInterface $builder, array $options )
buildView ( Symfony\Component\Form\FormView $view, Symfony\Component\Form\FormInterface $form, array $options )
getName ( ) }
setDefaultOptions ( Symfony\Component\OptionsResolver\OptionsResolverInterface $resolver ) {@inheritDoc}

Method Details

buildForm() public method

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

buildView() public method

public buildView ( Symfony\Component\Form\FormView $view, Symfony\Component\Form\FormInterface $form, array $options )
$view Symfony\Component\Form\FormView
$form Symfony\Component\Form\FormInterface
$options array

getName() public method

}
public getName ( )

setDefaultOptions() public method

{@inheritDoc}
public setDefaultOptions ( Symfony\Component\OptionsResolver\OptionsResolverInterface $resolver )
$resolver Symfony\Component\OptionsResolver\OptionsResolverInterface

Property Details

$galleryDir protected property

protected $galleryDir

$isGallery protected property

protected $isGallery

$thumbsDir protected property

protected $thumbsDir