addRule('result', [ 'type' => self::TYPE_STRING, 'description' => 'Result message.', 'default' => '', 'example' => 'Success', ]) ; } /** * Get Name * * @return string */ public function getName():string { return 'Mock'; } /** * Get Collection * * @return string */ public function getType():string { return Response::MODEL_MOCK; } }