pimax\Messages\Message::__construct PHP Метод

__construct() публичный Метод

Message constructor.
public __construct ( string $recipient, string $text )
$recipient string
$text string
    public function __construct($recipient, $text)
    {
        $this->recipient = $recipient;
        $this->text = $text;
    }