ソーシャルキャスト
オウルキャスト
この関数について
特定のセット情報を取得する関数です
詳細仕様
get_set_content_by_id($id)
引数
第1引数 | $id | 取得するセットのID |
戻り値
セットを表すオブジェクト
使用例
ID:3のセットを取得し、タイトルを出力する
{% set set_content = get_set_content_by_id(3) %}
{{set_content.display_name}}
対応バージョン
4.4.6以降