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