Overview

Namespaces

  • ApiBundle
    • DataFixtures
      • Faker
        • Provider
    • DependencyInjection
    • Doctrine
      • DBAL
        • Type
      • ORM
        • Filter
          • User
    • Entity
    • EventListener
      • Doctrine
    • Manager
    • Utils
  • FrontBundle
    • Bundle
      • UserBundle
    • Client
      • Exception
    • Controller
    • DependencyInjection
    • Form
      • DataTransformer
      • Type
    • Menu
    • Security
      • Http
        • Authentication
    • Services
      • Http
    • Twig
    • Utils

Classes

  • MandateDateTransformer
  • StudentConventionTransformer
  • Overview
  • Namespace
  • Class

Class StudentConventionTransformer

FrontBundle\Form\DataTransformer\StudentConventionTransformer implements Symfony\Component\Form\DataTransformerInterface
Namespace: FrontBundle\Form\DataTransformer
Author: Théo FIDRY theo.fidry@gmail.com
Link: http://symfony.com/doc/current/cookbook/form/data_transformers.html#about-model-and-view-transformers
Located at FrontBundle/Form/DataTransformer/StudentConventionTransformer.php
Methods summary
public
# transform( $value )
public
# reverseTransform( $value )
Constants summary
string API_URI_PREFIX

API URI for the StudentConvention. Is put as a constant here to avoid to have to inject the router service to generate it. This would indeed result in declaring those forms as services which is quite heavy and ugly.

API URI for the StudentConvention. Is put as a constant here to avoid to have to inject the router service to generate it. This would indeed result in declaring those forms as services which is quite heavy and ugly.

# '/api/student_conventions'
API documentation generated by ApiGen