Skip to content

Commit a91897d

Browse files
author
Sander Marechal
committed
Expose the inner element types
1 parent da5006d commit a91897d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/ResolvedElementType.php

+10
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,16 @@ public function getParent()
7272
return $this->parent;
7373
}
7474

75+
/**
76+
* Get the inner element type
77+
*
78+
* @return ElementType
79+
*/
80+
public function getInnerType()
81+
{
82+
return $this->innerType;
83+
}
84+
7585
/**
7686
* Create the view for the element
7787
*

0 commit comments

Comments
 (0)