コード例 #1
0
ファイル: FlashMessenger.php プロジェクト: sdis62/toolbox
 /**
  * Implémente l'interface Countable
  *
  * @return int
  */
 public function count()
 {
     return $this->flashMessenger->count();
 }