Prado\I18N\core\MessageSource::getCatalogueList PHP Method

getCatalogueList() protected method

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