Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Camspiers
StatisticalClassifier
DataSource
PDOQuery
PHP 클래스 Camspiers\StatisticalClassifier\DataSource\PDOQuery
저자:
Cam Spiers (
[email protected]
)
상속:
extends
DataArray
파일 보기
프로젝트 열기: camspiers/statistical-classifier
공개 메소드들
메소드
설명
__construct
(
string
$category
,
PDO
$pdo
,
string
$query
,
string
$documentColumn
)
Creates the data source with the query details
read
( )
메소드 상세
__construct()
공개
메소드
Creates the data source with the query details
public
__construct
(
string
$category
,
PDO
$pdo
,
string
$query
,
string
$documentColumn
)
$category
string
Category of the query
$pdo
PDO
The PDO connection object
$query
string
The query to run
$documentColumn
string
The column of the document
read()
공개
메소드
public
read
( )