You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* For the 'update' scenario, it is an example of a two-line description.
247
+
* E.g. your modelName is 'Project'.
248
+
* The resulting array:
249
+
* [
250
+
* [
251
+
* 'name' => 'create',
252
+
* 'const' => 'SCENARIO_CREATE',
253
+
* 'description' => "My custom description for scenario create",
254
+
* ],
255
+
* [
256
+
* 'name' => 'update',
257
+
* 'const' => 'SCENARIO_UPDATE',
258
+
* 'description' => "This Backend-Scenario \"update\" exist in both the frontend model and the backend model.\n@see \common\client\models\Project::SCENARIO_UPDATE",
0 commit comments