ProophTest\ServiceBus\Mock\CustomMessage::__construct PHP Метод

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

public __construct ( $text )
    public function __construct($text)
    {
        $this->text = $text;
    }