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

Inheritance: extends Doctrine\OrientDB\Query\Command\OClass
Show file Open project: doctrine/orientdb-odm

Public Methods

Method Description
__construct ( string $class, string $attribute, string $value ) Sets the $class to alter, setting the $attribute to its new $value.

Protected Methods

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

Method Details

__construct() public method

Sets the $class to alter, setting the $attribute to its new $value.
public __construct ( string $class, string $attribute, string $value )
$class string
$attribute string
$value string

getSchema() protected method

protected getSchema ( )

getTokenFormatters() protected method

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