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

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

공개 메소드들

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

보호된 메소드들

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

메소드 상세

__construct() 공개 메소드

The values can be appended through $append.
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