PHP Class Piwik\Updater\Migration\Db\AddUniqueKey

See also: Factory::addUniqueKey()
Inheritance: extends AddIndex
Show file Open project: piwik/piwik

Protected Properties

Property Type Description
$indexNamePrefix
$indexType

Public Methods

Method Description
__construct ( string $table, array $columnNames, string $indexName ) AddUniqueKey constructor.

Method Details

__construct() public method

AddUniqueKey constructor.
public __construct ( string $table, array $columnNames, string $indexName )
$table string
$columnNames array
$indexName string

Property Details

$indexNamePrefix protected property

protected $indexNamePrefix

$indexType protected property

protected $indexType