Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Doctrine
OrientDB
Query
Command
OClass
PHP Class Doctrine\OrientDB\Query\Command\OClass
Inheritance:
extends
Doctrine\OrientDB\Query\Command
Afficher le fichier
Open project: doctrine/orientdb-odm
Class Usage Examples
Méthodes publiques
Méthode
Description
__construct
(
string
$class
)
Creates a new statement, setting the $class.
Méthodes protégées
Méthode
Description
setClass
(
string
$class
) :
void
Sets the $class for the current query.
Method Details
__construct()
public
méthode
Creates a new statement, setting the $class.
public
__construct
(
string
$class
)
$class
string
setClass()
protected
méthode
Sets the $class for the current query.
protected
setClass
(
string
$class
) :
void
$class
string
Résultat
void