PHP 클래스 Doctrine\OrientDB\Query\Command\OClass

상속: extends Doctrine\OrientDB\Query\Command
파일 보기 프로젝트 열기: doctrine/orientdb-odm 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $class ) Creates a new statement, setting the $class.

보호된 메소드들

메소드 설명
setClass ( string $class ) : void Sets the $class for the current query.

메소드 상세

__construct() 공개 메소드

Creates a new statement, setting the $class.
public __construct ( string $class )
$class string

setClass() 보호된 메소드

Sets the $class for the current query.
protected setClass ( string $class ) : void
$class string
리턴 void