| 1 | <?php | ||
| 21 | trait Save | ||
| 22 | { | ||
| 23 | use Populate, Manage; | ||
| 24 | |||
| 25 | /** | ||
| 26 | * @inheritdoc | ||
| 27 | * @param ElementInterface $element | ||
| 28 | */ | ||
| 29 | public function runInternal(ElementInterface $element) | ||
| 44 | |||
| 45 | /** | ||
| 46 | * @inheritdoc | ||
| 47 | * @param ElementInterface $element | ||
| 48 | */ | ||
| 49 | protected function performAction(ElementInterface $element): bool | ||
| 53 | } | ||
| 54 |