devel_wizard-2.x-dev/tests/fixtures/templates/php/devel_wizard.php.class.php/full/context.yml
tests/fixtures/templates/php/devel_wizard.php.class.php/full/context.yml
namespace: 'My\Lib01'
type: 'class'
useStatements:
Me\Lib01\MyParent: ''
Me\Lib01\MyInter01: ''
Me\Lib01\MyInter02: ''
Me\Lib01\MyInter03: ''
modifier: 'abstract'
name: 'MyIdentifier'
extends: 'MyParent'
implements:
- 'MyInter01'
- 'MyInter02'
- 'MyInter03'
traits:
Ab\Cd: []
Ef\Gh:
- 'm1 as a1'
- 'm2 as a2'
- 'm3 as public a3'
body:
-
type: 'constant'
name: 'MY_CONST_A'
body: >-
'ca'
-
type: 'constant'
name: 'MY_CONST_B'
body: "'cb'"
-
type: 'property'
visibility: 'protected'
isStatic: true
returnTypes: ['string']
name: 'myProp01'
body: "'p01'"
-
type: 'property'
visibility: 'protected'
isStatic: false
returnTypes: ['string']
name: 'myProp02'
body: "'p02'"
