Pimcore\Model\Translation\Website\Listing\Dao::getTableName PHP Méthode

getTableName() public static méthode

Loads a list of translations for the specified parameters, returns an array of Translation elements
public static getTableName ( ) : array
Résultat array
    public static function getTableName()
    {
        return Model\Translation\Website\Dao::$_tableName;
    }