Skip to content

Commit

Permalink
[fr] Follow cakephp#767
Browse files Browse the repository at this point in the history
note about casting
  • Loading branch information
cake17 committed Oct 17, 2013
1 parent e8fdd7f commit ea9642f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions fr/contributing/cakephp-coding-conventions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,26 @@ resource
Rappelez vous que quand vous spécifiez un type en mixed, vous devez
indiquer si il est inconnu, ou les types possibles.

Casting
-------

Pour le casting, nous utilisons:

Type
Description
(bool)
Cast pour boolean.
(int)
Cast pour integer.
(float)
Cast pour float.
(string)
Cast pour string.
(array)
Cast pour array.
(object)
Cast pour object.

Constantes
----------

Expand Down

0 comments on commit ea9642f

Please sign in to comment.