interface ConfigurableRepositoryInterface
Configurable repository interface.
@author Lukas Homza <lukashomz@gmail.com>
Hierarchy
- interface \Composer\Repository\ConfigurableRepositoryInterface
Expanded class hierarchy of ConfigurableRepositoryInterface
All classes that implement ConfigurableRepositoryInterface
File
-
vendor/
composer/ composer/ src/ Composer/ Repository/ ConfigurableRepositoryInterface.php, line 20
Namespace
Composer\RepositoryView source
interface ConfigurableRepositoryInterface {
/**
* @return mixed[]
*/
public function getRepoConfig();
}