Pimcore\Model\Translation\Website\Listing\Dao::getTableName PHP Method

getTableName() public static method

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