| 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) |
||
| 47 | |||
| 48 | /** |
||
| 49 | * @inheritdoc |
||
| 50 | * @param Organization $object |
||
| 51 | * @return Organization |
||
| 52 | * @throws \flipbox\craft\ember\exceptions\RecordNotFoundException |
||
| 53 | */ |
||
| 54 | protected function populate(BaseObject $object): BaseObject |
||
| 61 | } |
||
| 62 |