Pimcore\Model\Translation\Website\Listing\Dao::getTableName PHP 메소드

getTableName() 공개 정적인 메소드

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