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

Inheritance: extends Doctrine\OrientDB\Query\Command\Property
Afficher le fichier Open project: doctrine/orientdb-odm

Méthodes publiques

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

Méthodes protégées

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

Method Details

changing() public méthode

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

getSchema() protected méthode

protected getSchema ( )

getTokenFormatters() protected méthode

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