How can you describe the parameters and return type (getter/setter) of your PHP functions?
I need to tell my moderator the return type and list the parameters for each function. I have hundreds of functions so this is becoming problem, since I need to do this for every single revision.
Ben şu anda kullandıkları aşağıdaki prosedür
ack-grep "function " > /tmp/functions
2 . in Vim:
%s/\d//g, %s/{//, %s/://g
- `% S /. *. Php / \ U & /
- sonra her dosyanın fonksiyonlarının listesinin başına Büyük'ü dosya koyarak
- başka bir dosyaya bir dosya ve parametreleri işlevleri koymak linenumbers maç böyle
- Eğer gelen hattını ya
setter
veyagetter
yazmak üçüncü bir dosya oluşturmak
paste -d"&" /tmp/{functions,functions_param,functions_type}
- Her dosyanın fonksiyonlarının her set için LaTeX biçimlendirme ekleyebilirsiniz