Skip to content

Commit

Permalink
Correction de sens
Browse files Browse the repository at this point in the history
hasField('nom', true) renvoie true puisqu'il y A un champ virtuel 'nom'.
  • Loading branch information
Korrakas committed Apr 1, 2015
1 parent 287f2cb commit aa67e4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fr/models/virtual-fields.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ un champ.
En utilisant le champ exemple ci-dessus::

$this->User->hasField('nom'); // Retournera false, puisqu'il n'y a pas de champ concret appelé nom.
$this->User->hasField('nom', true); // Retournera true puisqu'il n'y a pas de champ virtuel appelé nom.
$this->User->hasField('nom', true); // Retournera true puisqu'il y a un champ virtuel appelé nom.

Model::isVirtualField()
-----------------------
Expand Down

0 comments on commit aa67e4e

Please sign in to comment.