dashboard
repositories
filestore
activity
search
login
main
/
pregnancy_guard_api
孕妇哨后台api
summary
reflog
commits
tree
tickets
docs
forks
compare
blame
|
history
|
raw
替换铃音
colly_wyx
2018-06-13
e4d5467f055ece8cc9dfdc02dd836bcc187034a5
[pregnancy_guard_api.git]
/
PhalApi
/
Tests
/
Request
/
Formatter
/
Classes
/
FormatterCallbackMyClass.php
1
2
3
4
5
6
<?php
class FormatterCallbackMyClass {
static function handle($var, $rule) {
return $var . '_handle';
}
}