21 lines
408 B
YAML
21 lines
408 B
YAML
|
name: CanBeEscapedWhenCastToString
|
||
|
class_comment: null
|
||
|
dependencies: []
|
||
|
properties: []
|
||
|
methods:
|
||
|
- name: escapeWhenCastingToString
|
||
|
visibility: public
|
||
|
parameters:
|
||
|
- name: escape
|
||
|
default: 'true'
|
||
|
comment: '# * Indicate that the object''s string representation should be escaped
|
||
|
when __toString is invoked.
|
||
|
|
||
|
# *
|
||
|
|
||
|
# * @param bool $escape
|
||
|
|
||
|
# * @return $this'
|
||
|
traits: []
|
||
|
interfaces: []
|