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

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

공개 메소드들

메소드 설명
__construct ( $property ) Builds a new statement setting the $property to manipulate.
on ( string $class ) : Property Sets the class of the property.

보호된 메소드들

메소드 설명
setProperty ( string $property ) Sets the $property in the query.

메소드 상세

__construct() 공개 메소드

Builds a new statement setting the $property to manipulate.
public __construct ( $property )
$property

on() 공개 메소드

Sets the class of the property.
public on ( string $class ) : Property
$class string
리턴 Property

setProperty() 보호된 메소드

Sets the $property in the query.
protected setProperty ( string $property )
$property string