@@ -87,6 +87,9 @@ discard block |
||
87 | 87 | } |
88 | 88 | } |
89 | 89 | |
90 | + /** |
|
91 | + * @param string $method |
|
92 | + */ |
|
90 | 93 | protected function turnStaticsIntoSessionData($method, $className) { |
91 | 94 | $data = []; |
92 | 95 | $thingsToBuild = $this->$method(); |
@@ -246,6 +249,10 @@ discard block |
||
246 | 249 | } |
247 | 250 | |
248 | 251 | |
252 | + /** |
|
253 | + * @param string $formName |
|
254 | + * @param string $actionTitle |
|
255 | + */ |
|
249 | 256 | protected function createForm($formName, $actionTitle) |
250 | 257 | { |
251 | 258 | if($formName === 'PrimaryForm') { |
@@ -500,6 +507,9 @@ discard block |
||
500 | 507 | return []; |
501 | 508 | } |
502 | 509 | |
510 | + /** |
|
511 | + * @param string $name |
|
512 | + */ |
|
503 | 513 | protected function saveData($name, $data) |
504 | 514 | { |
505 | 515 | unset($data['url']); |