toArray() public method

convert PayloadNotification to array
public toArray ( ) : array
return array
Beispiel #1
0
 /**
  * get notification transformed
  *
  * @return array|null
  */
 protected function getNotification()
 {
     return $this->notification ? $this->notification->toArray() : null;
 }