PHP 클래스 Symfony\Component\Translation\DataCollector\TranslationDataCollector

저자: Abdellatif Ait boudad ([email protected])
상속: extends Symfony\Component\HttpKernel\DataCollector\DataCollector, implements Symfony\Component\HttpKernel\DataCollector\LateDataCollectorInterface
파일 보기 프로젝트 열기: symfony/symfony 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Symfony\Component\Translation\DataCollectorTranslator $translator )
collect ( Request $request, Response $response, Exception $exception = null )
getCountDefines ( ) : integer
getCountFallbacks ( ) : integer
getCountMissings ( ) : integer
getMessages ( ) : array
getName ( )
lateCollect ( )

비공개 메소드들

메소드 설명
computeCount ( $messages )
sanitizeCollectedMessages ( $messages )
sanitizeString ( $string, $length = 80 )

메소드 상세

__construct() 공개 메소드

public __construct ( Symfony\Component\Translation\DataCollectorTranslator $translator )
$translator Symfony\Component\Translation\DataCollectorTranslator

collect() 공개 메소드

public collect ( Request $request, Response $response, Exception $exception = null )
$request Symfony\Component\HttpFoundation\Request
$response Symfony\Component\HttpFoundation\Response
$exception Exception

getCountDefines() 공개 메소드

public getCountDefines ( ) : integer
리턴 integer

getCountFallbacks() 공개 메소드

public getCountFallbacks ( ) : integer
리턴 integer

getCountMissings() 공개 메소드

public getCountMissings ( ) : integer
리턴 integer

getMessages() 공개 메소드

public getMessages ( ) : array
리턴 array

getName() 공개 메소드

public getName ( )

lateCollect() 공개 메소드

public lateCollect ( )