Class CustomDoctrineParamConverter
- Mapbender\Component\CustomDoctrineParamConverter implements Sensio\Bundle\FrameworkExtraBundle\Request\ParamConverter\ParamConverterInterface
Namespace: Mapbender\Component
Author:: Karim Malhas <karim@malhas.de>
Deprecated:: would be deleted in next release
Package:: bkg This Class overides the default Doctrine ParamConverter to allow routes like this:
ParamConverter("namea",class="FOOBundle:A"): public function (A $namea)
Route(/{/{nameaId}/foo/{namebid})
Located at Mapbender/Component/CustomDoctrineParamConverter.php
Author:: Karim Malhas <karim@malhas.de>
Deprecated:: would be deleted in next release
Package:: bkg This Class overides the default Doctrine ParamConverter to allow routes like this:
ParamConverter("namea",class="FOOBundle:A"): public function (A $namea)
Route(/{/{nameaId}/foo/{namebid})
Located at Mapbender/Component/CustomDoctrineParamConverter.php
Methods summary
public
|
|
public
|
#
apply( Symfony\Component\HttpFoundation\Request $request, Sensio\Bundle\FrameworkExtraBundle\Configuration\ConfigurationInterface $configuration )
|
protected
|
|
protected
|
|
public
|
#
supports( Sensio\Bundle\FrameworkExtraBundle\Configuration\ConfigurationInterface $configuration )
|
protected
|
#
getOptions( Sensio\Bundle\FrameworkExtraBundle\Configuration\ConfigurationInterface $configuration )
|
Magic methods summary
Properties summary
protected
mixed
|
$configuration
|
# null |