Prado\I18N\core\MessageSource::getCatalogueList PHP 메소드

getCatalogueList() 보호된 메소드

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