Prado\I18N\core\MessageSource::getCatalogueList PHP Méthode

getCatalogueList() protected méthode

This method must be implemented by subclasses.
protected getCatalogueList ( $catalogue ) : array
Résultat array list of all variants for this catalogue.
    protected function getCatalogueList($catalogue)
    {
        return array();
    }