PHP Class Doctrine\OrientDB\Query\Command\Property\Alter

Inheritance: extends Doctrine\OrientDB\Query\Command\Property
Datei anzeigen Open project: doctrine/orientdb-odm

Public Methods

Method Description
changing ( string $attribute, string $value ) : Alter Sets the $attribute to change and its new $value.

Protected Methods

Method Description
getSchema ( )
getTokenFormatters ( ) : array Returns the formatters for this query's tokens.

Method Details

changing() public method

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

getSchema() protected method

protected getSchema ( )

getTokenFormatters() protected method

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