Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Digitec
digitec-wiki
Wiki
php coding standards
php coding standards
· Changes
Page history
mmclin: update naming conventions
authored
Mar 25, 2014
by
Rene Cabral
Hide whitespace changes
Inline
Side-by-side
php-coding-standards.markdown
View page @
5ac552fb
...
@@ -156,16 +156,16 @@ Main Relation Other Relations
...
@@ -156,16 +156,16 @@ Main Relation Other Relations
get() getXXX()
get() getXXX()
set() setXXX()
set() setXXX()
n/a replaceXXX()
n/a replaceXXX()
has()
hasXXX()
has() hasXXX()
all() getXXXs()
all() getXXXs()
replace() setXXXs()
replace()
setXXXs()
remove() removeXXX()
remove()
removeXXX()
clear() clearXXX()
clear()
clearXXX()
isEmpty() isEmptyXXX()
isEmpty()
isEmptyXXX()
add() addXXX()
add()
addXXX()
register() registerXXX()
register()
registerXXX()
count() countXXX()
count()
countXXX()
keys() n/a
keys()
n/a
```
```
...
...