| 1 | <?php |
||
| 17 | abstract class ElementByString extends Element |
||
| 18 | { |
||
| 19 | |||
| 20 | use traits\ElementByString; |
||
| 21 | |||
| 22 | /******************************************* |
||
| 23 | * FIND |
||
| 24 | *******************************************/ |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @inheritdoc |
||
| 28 | */ |
||
| 29 | public function find($identifier, int $siteId = null) |
||
| 42 | |||
| 43 | /** |
||
| 44 | * @inheritdoc |
||
| 45 | */ |
||
| 46 | public function findCache($identifier, int $siteId = null) |
||
| 59 | |||
| 60 | /** |
||
| 61 | * @inheritdoc |
||
| 62 | */ |
||
| 63 | public function addToCache(ElementInterface $element) |
||
| 72 | } |
||
| 73 |