PHP 클래스 Sonata\Exporter\Source\DoctrineORMQuerySourceIterator

상속: implements SourceIteratorInterface
파일 보기 프로젝트 열기: sonata-project/exporter

보호된 프로퍼티들

프로퍼티 타입 설명
$dateTimeFormat default DateTime format
$iterator Doctrine\ORM\Internal\Hydration\IterableResult
$propertyAccessor Symfony\Component\PropertyAccess\PropertyAccess
$propertyPaths array
$query Doctrine\ORM\Query

공개 메소드들

메소드 설명
__construct ( Doctrine\ORM\Query $query, array $fields, string $dateTimeFormat = 'r' )
current ( )
getDateTimeFormat ( ) : string
key ( )
next ( )
rewind ( )
setDateTimeFormat ( string $dateTimeFormat )
valid ( )

보호된 메소드들

메소드 설명
getValue ( $value ) : null | string

메소드 상세

__construct() 공개 메소드

public __construct ( Doctrine\ORM\Query $query, array $fields, string $dateTimeFormat = 'r' )
$query Doctrine\ORM\Query The Doctrine Query
$fields array Fields to export
$dateTimeFormat string

current() 공개 메소드

public current ( )

getDateTimeFormat() 공개 메소드

public getDateTimeFormat ( ) : string
리턴 string

getValue() 보호된 메소드

protected getValue ( $value ) : null | string
$value
리턴 null | string

key() 공개 메소드

public key ( )

next() 공개 메소드

public next ( )

rewind() 공개 메소드

public rewind ( )

setDateTimeFormat() 공개 메소드

public setDateTimeFormat ( string $dateTimeFormat )
$dateTimeFormat string

valid() 공개 메소드

public valid ( )

프로퍼티 상세

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

default DateTime format
protected $dateTimeFormat

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

protected IterableResult,Doctrine\ORM\Internal\Hydration $iterator
리턴 Doctrine\ORM\Internal\Hydration\IterableResult

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

protected PropertyAccess,Symfony\Component\PropertyAccess $propertyAccessor
리턴 Symfony\Component\PropertyAccess\PropertyAccess

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

protected array $propertyPaths
리턴 array

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

protected Query,Doctrine\ORM $query
리턴 Doctrine\ORM\Query