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 @
40811bd2
...
@@ -139,7 +139,7 @@ When an object has a "main" many relation with related "things" (objects, parame
...
@@ -139,7 +139,7 @@ When an object has a "main" many relation with related "things" (objects, parame
|add()|
|add()|
|register()|
|register()|
|count()|
|count()|
|
keys()
|
`
keys()
`
The usage of these methods are only allowed when it is clear that there is a main relation:
The usage of these methods are only allowed when it is clear that there is a main relation:
...
...