PHP class method definition
- name
- args
-
visibility
Method visibility ('public', 'protected' or 'private')
Default value: 'public'
-
type
Method type ('abstract', 'interface' or nothing).
If 'abstract' or 'interface' is set, the method in declared without body.
-
static
Default value: false()
- content
-
indent
Default value: true()