1 | <?php |
||
17 | class G extends Container implements Transformable, TransformInterface |
||
18 | { |
||
19 | use TransformTrait; |
||
20 | |||
21 | 9 | public function __construct(ElementInterface $parent) |
|
27 | |||
28 | /** |
||
29 | * @inheritdoc |
||
30 | */ |
||
31 | 9 | public function getTransformAttribute() |
|
35 | |||
36 | public static function create(ElementInterface $parent) |
||
40 | |||
41 | 9 | public function getName() |
|
45 | |||
46 | /** |
||
47 | * @inheritdoc |
||
48 | */ |
||
49 | public function setTransformAttribute($transformList) |
||
55 | } |