| 1 | <?php |
||
| 7 | class SegmentCommunication extends Segment |
||
| 8 | { |
||
| 9 | use HydratableTrait; |
||
| 10 | |||
| 11 | public function __construct($segmentId, $segmentName, $segmentStatus, $size) |
||
| 17 | |||
| 18 | /** |
||
| 19 | * @param array $array |
||
| 20 | * |
||
| 21 | * @return static |
||
| 22 | * @throws \Exception |
||
| 23 | */ |
||
| 24 | public static function fromArray(array $array) |
||
| 48 | } |
||
| 49 |