api/laravel/View/Compilers/Concerns/CompilesJson.yaml
2024-09-26 02:03:21 -07:00

22 lines
612 B
YAML

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: []