toArray() public méthode

Return an array representation of the data layer.
public toArray ( ) : array
Résultat array
 /**
  * Retrieve the data layer's data for the next request.
  * 
  * @return array
  */
 public function getFlashData()
 {
     return $this->flashDataLayer->toArray();
 }