Skip to content

Commit

Permalink
[fr] follow cakephp#2526
Browse files Browse the repository at this point in the history
  • Loading branch information
cake17 committed Mar 23, 2015
1 parent 095a0ba commit edfa174
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions fr/models/behaviors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,13 @@ du behavior::
// Nous changerons un réglage de notre behavior déjà attaché
$this->Category->Behaviors->load('Tree', array('left' => 'new_left_node'));

Et en utilisant des alias, nous pouvons personnaliser l'alias avec lequel il
sera chargé, lui permettant aussi d'être chargé plusieurs fois avec différentes
configurations::

// Le behavior sera disponible en tant que 'MyTree'
$this->Category->Behaviors->load('MyTree', array('className' => 'Tree'));

Il y a aussi une méthode pour obtenir la liste des behaviors qui sont
attachés à un model. Si nous passons le nom d'un behavior à une méthode,
elle nous dira si ce behavior est attaché au model, sinon elle nous
Expand Down

0 comments on commit edfa174

Please sign in to comment.