Browse Source

Added public.

tags/2.0.0-beta
Qiang Xue 12 years ago
parent
commit
d34301a308
  1. 2
      framework/yii/web/ResponseFormatter.php

2
framework/yii/web/ResponseFormatter.php

@ -21,5 +21,5 @@ interface ResponseFormatter
* @param mixed $data the data to be formatted * @param mixed $data the data to be formatted
* @return string the formatted result * @return string the formatted result
*/ */
function format($response, $data); public function format($response, $data);
} }

Loading…
Cancel
Save