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

34 lines
691 B
YAML

name: AppendableAttributeValue
class_comment: null
dependencies:
- name: Stringable
type: class
source: Stringable
properties:
- name: value
visibility: public
comment: '# * The attribute value.
# *
# * @var mixed'
methods:
- name: __construct
visibility: public
parameters:
- name: value
comment: "# * The attribute value.\n# *\n# * @var mixed\n# */\n# public $value;\n\
# \n# /**\n# * Create a new appendable attribute value.\n# *\n# * @param mixed\
\ $value\n# * @return void"
- name: __toString
visibility: public
parameters: []
comment: '# * Get the string value.
# *
# * @return string'
traits:
- Stringable
interfaces:
- Stringable