toArray() public method

Transform payloadData to array
public toArray ( ) : array
return array
Example #1
0
 /**
  * get data transformed
  *
  * @return array|null
  */
 protected function getData()
 {
     return $this->data ? $this->data->toArray() : null;
 }