pssht  latest
SSH server library written in PHP
fpoirotte\Pssht\Messages\IGNORE Class Reference
+ Inheritance diagram for fpoirotte\Pssht\Messages\IGNORE:

Public Member Functions

 __construct ($data)
 
 getData ()
 
 serialize (\fpoirotte\Pssht\Wire\Encoder $encoder)
 

Static Public Member Functions

static getMessageId ()
 
static unserialize (\fpoirotte\Pssht\Wire\Decoder $decoder)
 

Protected Attributes

 $data
 Payload for the ignore message.
 

Detailed Description

SSH_MSG_IGNORE message (RFC 4253).

Definition at line 17 of file IGNORE.php.

Constructor & Destructor Documentation

fpoirotte\Pssht\Messages\IGNORE::__construct (   $data)

Construct a new SSH_MSG_IGNORE message.

Parameters
string$dataPayload for the message.

Definition at line 28 of file IGNORE.php.

References fpoirotte\Pssht\Messages\IGNORE\$data.

Member Function Documentation

fpoirotte\Pssht\Messages\IGNORE::getData ( )

Get the message's payload.

Return values
stringPayload for the message.

Definition at line 59 of file IGNORE.php.

References fpoirotte\Pssht\Messages\IGNORE\$data.

static fpoirotte\Pssht\Messages\IGNORE::getMessageId ( )
static

Retrieve the message's identifier.

Return values
intMessage identifier.

Implements fpoirotte\Pssht\Messages\MessageInterface.

Definition at line 37 of file IGNORE.php.

fpoirotte\Pssht\Messages\IGNORE::serialize ( \fpoirotte\Pssht\Wire\Encoder  $encoder)

Serialize the message.

Parameters
fpoirotte::Pssht::Wire::Encoder$encoderEncoder to use to perform serialization.
Return values
MessageInterfaceReturns this message.

Implements fpoirotte\Pssht\Messages\MessageInterface.

Definition at line 42 of file IGNORE.php.

static fpoirotte\Pssht\Messages\IGNORE::unserialize ( \fpoirotte\Pssht\Wire\Decoder  $decoder)
static

Unserialize some data into a message.

Parameters
fpoirotte::Pssht::Wire::Decoder$decoderDecoder to use to perform unserialization.
Return values
MessageInterfaceUnserialized message.

Implements fpoirotte\Pssht\Messages\MessageInterface.

Definition at line 48 of file IGNORE.php.


The documentation for this class was generated from the following file: