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

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

공개 메소드들

메소드 설명
changing ( string $attribute, string $value ) : Alter Sets the $attribute to change and its new $value.

보호된 메소드들

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

메소드 상세

changing() 공개 메소드

Sets the $attribute to change and its new $value.
public changing ( string $attribute, string $value ) : Alter
$attribute string
$value string
리턴 Alter

getSchema() 보호된 메소드

protected getSchema ( )

getTokenFormatters() 보호된 메소드

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