| 1 | <?php |
||
| 19 | class UpdateOrganization extends UpdateElement |
||
| 20 | { |
||
| 21 | use PopulateOrganizationTrait; |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @inheritdoc |
||
| 25 | */ |
||
| 26 | public function run($organization) |
||
| 30 | |||
| 31 | /** |
||
| 32 | * @inheritdoc |
||
| 33 | * @return Organization |
||
| 34 | */ |
||
| 35 | public function find($identifier) |
||
| 43 | |||
| 44 | /** |
||
| 45 | * @inheritdoc |
||
| 46 | * @param Organization $object |
||
| 47 | * @return Organization |
||
| 48 | * @throws \flipbox\craft\ember\exceptions\RecordNotFoundException |
||
| 49 | */ |
||
| 50 | protected function populate(BaseObject $object): BaseObject |
||
| 57 | } |
||
| 58 |