| 1 | <?php |
||
| 17 | class G extends Container implements Transformable, TransformInterface |
||
| 18 | { |
||
| 19 | use TransformTrait; |
||
| 20 | |||
| 21 | 7 | public function __construct(ElementInterface $parent) |
|
| 27 | |||
| 28 | 7 | public function getName() |
|
| 32 | |||
| 33 | /** |
||
| 34 | * @inheritdoc |
||
| 35 | */ |
||
| 36 | 7 | public function getTransformAttribute() |
|
| 40 | |||
| 41 | /** |
||
| 42 | * @inheritdoc |
||
| 43 | */ |
||
| 44 | public function setTransformAttribute($transformList) |
||
| 48 | } |