SimpleSoftwareIO\SMS\OutgoingMessage::data PHP Méthode

data() public méthode

Sets the data for the view file.
public data ( array $data )
$data array An array of values to be passed to the View Factory.
    public function data($data)
    {
        $this->data = $data;
    }