Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Doctrine
OrientDB
Query
Command
OClass
PHP Class Doctrine\OrientDB\Query\Command\OClass
Inheritance:
extends
Doctrine\OrientDB\Query\Command
Mostra file
Open project: doctrine/orientdb-odm
Class Usage Examples
Public Methods
Method
Description
__construct
(
string
$class
)
Creates a new statement, setting the $class.
Protected Methods
Method
Description
setClass
(
string
$class
) :
void
Sets the $class for the current query.
Method Details
__construct()
public
method
Creates a new statement, setting the $class.
public
__construct
(
string
$class
)
$class
string
setClass()
protected
method
Sets the $class for the current query.
protected
setClass
(
string
$class
) :
void
$class
string
return
void