PHP 클래스 Doctrine\OrientDB\Query\Command\Update\Remove

상속: extends Doctrine\OrientDB\Query\Command\Update
파일 보기 프로젝트 열기: doctrine/orientdb-odm

공개 메소드들

메소드 설명
__construct ( array $values, string $class, boolean $append = true ) Builds a new statement setting the $values to remove in the given $class.

보호된 메소드들

메소드 설명
getSchema ( )
getTokenFormatters ( ) : array Returns the formatters for this query tokens

메소드 상세

__construct() 공개 메소드

The values to remove can be appended with the $append parameter.
public __construct ( array $values, string $class, boolean $append = true )
$values array
$class string
$append boolean

getSchema() 보호된 메소드

protected getSchema ( )

getTokenFormatters() 보호된 메소드

Returns the formatters for this query tokens
protected getTokenFormatters ( ) : array
리턴 array