PHP 클래스 Symfony\Cmf\Bundle\RoutingBundle\Doctrine\RouteConditionMetadataListener

The condition option was only added in Symfony 2.4 and is missing from 2.3. When we drop Symfony 2.3 support, this listener can be dropped.
저자: David Buchmann ([email protected])
상속: implements Doctrine\Common\EventSubscriber
파일 보기 프로젝트 열기: symfony-cmf/routing-bundle

공개 메소드들

메소드 설명
getSubscribedEvents ( ) : array
loadClassMetadata ( Doctrine\Common\Persistence\Event\LoadClassMetadataEventArgs $eventArgs ) Handle the load class metadata event: remove translated attribute from fields and remove the locale mapping if present.

메소드 상세

getSubscribedEvents() 공개 메소드

public getSubscribedEvents ( ) : array
리턴 array

loadClassMetadata() 공개 메소드

Handle the load class metadata event: remove translated attribute from fields and remove the locale mapping if present.
public loadClassMetadata ( Doctrine\Common\Persistence\Event\LoadClassMetadataEventArgs $eventArgs )
$eventArgs Doctrine\Common\Persistence\Event\LoadClassMetadataEventArgs