PHP 클래스 Symfony\Component\HttpKernel\DataCollector\DataCollector

Children of this class must store the collected data in the data property.
저자: Fabien Potencier ([email protected])
상속: implements Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface, implements Serializable
파일 보기 프로젝트 열기: symfony/symfony 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$data

공개 메소드들

메소드 설명
serialize ( )
unserialize ( $data )

보호된 메소드들

메소드 설명
cloneVar ( mixed $var ) : Symfony\Component\VarDumper\Cloner\Data Converts the variable into a serializable Data instance.
varToString ( mixed $var ) : string Converts a PHP variable to a string.

비공개 메소드들

메소드 설명
decorateVar ( $var )

메소드 상세

cloneVar() 보호된 메소드

This array can be displayed in the template using the VarDumper component.
protected cloneVar ( mixed $var ) : Symfony\Component\VarDumper\Cloner\Data
$var mixed
리턴 Symfony\Component\VarDumper\Cloner\Data

serialize() 공개 메소드

public serialize ( )

unserialize() 공개 메소드

public unserialize ( $data )

varToString() 보호된 메소드

Converts a PHP variable to a string.
사용 중단: Deprecated since version 3.2, to be removed in 4.0. Use cloneVar() instead.
protected varToString ( mixed $var ) : string
$var mixed A PHP variable
리턴 string The string representation of the variable

프로퍼티 상세

$data 보호되어 있는 프로퍼티

protected $data