1 | <?php |
||
14 | class File400 extends Returning |
||
15 | { |
||
16 | use MultiPartMotiveTrait; |
||
17 | |||
18 | /** |
||
19 | * File schema file. |
||
20 | * |
||
21 | * @var string |
||
22 | */ |
||
23 | protected $schemaFile = '/schemas/400.json'; |
||
24 | |||
25 | /** |
||
26 | * Check if received data as other motive set. |
||
27 | * |
||
28 | * @param \StdClass $data |
||
29 | * @return boolean |
||
30 | */ |
||
31 | protected function hasOtherMotive(StdClass $data) |
||
41 | |||
42 | /** |
||
43 | * Parse the motive parts from received motive. |
||
44 | * |
||
45 | * @param \StdClass $data |
||
46 | * @return array |
||
47 | */ |
||
48 | protected function parseMotiveParts(StdClass $data) |
||
62 | } |
||
63 |