| 1 | <?php |
||
| 19 | class CreateOrganizationCommand |
||
| 20 | { |
||
| 21 | private $creatorId; |
||
| 22 | private $name; |
||
| 23 | private $id; |
||
| 24 | private $slug; |
||
| 25 | |||
| 26 | public function __construct( |
||
| 40 | |||
| 41 | public function id() |
||
| 45 | |||
| 46 | public function name() : string |
||
| 50 | |||
| 51 | public function creatorId(): string |
||
| 55 | |||
| 56 | public function slug() |
||
| 60 | } |
||
| 61 |