PHP Class Doctrine\OrientDB\Query\Command\OClass

Inheritance: extends Doctrine\OrientDB\Query\Command
Show 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