Exemple #1
0
 /**
  * @param PlayConfig $play
  */
 public function add(PlayConfig $play)
 {
     $this->playbooks[$play->name()] = $play;
 }