SimpleSoftwareIO\SMS\OutgoingMessage::data PHP 메소드

data() 공개 메소드

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;
    }