api/laravel/View/Compilers/Concerns/CompilesJson.yaml

23 lines
612 B
YAML
Raw Normal View History

2024-09-26 09:03:21 +00:00
name: CompilesJson
class_comment: null
dependencies: []
properties:
- name: encodingOptions
visibility: private
comment: '# * The default JSON encoding options.
# *
# * @var int'
methods:
- name: compileJson
visibility: protected
parameters:
- name: expression
comment: "# * The default JSON encoding options.\n# *\n# * @var int\n# */\n# private\
\ $encodingOptions = JSON_HEX_TAG | JSON_HEX_APOS | JSON_HEX_AMP | JSON_HEX_QUOT;\n\
# \n# /**\n# * Compile the JSON statement into valid PHP.\n# *\n# * @param string\
\ $expression\n# * @return string"
traits: []
interfaces: []