PHP 클래스 Sonata\Exporter\Source\DoctrineDBALConnectionSourceIterator

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

보호된 프로퍼티들

프로퍼티 타입 설명
$connection Doctrine\DBAL\Driver\Connection
$current mixed
$parameters array
$position integer
$query string
$statement Doctrine\DBAL\Driver\Statement

공개 메소드들

메소드 설명
__construct ( Doctrine\DBAL\Driver\Connection $connection, $query, array $parameters = [] )
current ( )
key ( )
next ( )
rewind ( )
valid ( )

메소드 상세

__construct() 공개 메소드

public __construct ( Doctrine\DBAL\Driver\Connection $connection, $query, array $parameters = [] )
$connection Doctrine\DBAL\Driver\Connection
$query
$parameters array

current() 공개 메소드

public current ( )

key() 공개 메소드

public key ( )

next() 공개 메소드

public next ( )

rewind() 공개 메소드

public rewind ( )

valid() 공개 메소드

public valid ( )

프로퍼티 상세

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

protected Connection,Doctrine\DBAL\Driver $connection
리턴 Doctrine\DBAL\Driver\Connection

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

protected mixed $current
리턴 mixed

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

protected array $parameters
리턴 array

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

protected int $position
리턴 integer

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

protected string $query
리턴 string

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

protected Statement,Doctrine\DBAL\Driver $statement
리턴 Doctrine\DBAL\Driver\Statement