dev
This commit is contained in:
parent
e78950ddb7
commit
ec5c05e8be
8 changed files with 59 additions and 65 deletions
|
|
@ -24,6 +24,13 @@ interface ManagerInterface
|
|||
*/
|
||||
public function getIndexConfiguration($index);
|
||||
|
||||
/**
|
||||
* Returns an array of known index names.
|
||||
*
|
||||
* @return array
|
||||
*/
|
||||
public function getIndexNames();
|
||||
|
||||
/**
|
||||
* Returns a type configuration.
|
||||
*
|
||||
|
|
@ -32,4 +39,4 @@ interface ManagerInterface
|
|||
* @return TypeConfig
|
||||
*/
|
||||
public function getTypeConfiguration($index, $type);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue