TYPO3  7.6
Public Member Functions | List of all members
Delete Class Reference
Inheritance diagram for Delete:
OperationInterface

Public Member Functions

 __construct ($len)
 
 getFromLen ()
 
 getToLen ()
 
 getOpcode ()
 

Detailed Description

Generates the opcode for a delete operation.

Definition at line 24 of file Delete.php.

Constructor & Destructor Documentation

__construct (   $len)

Set the initial length.

Parameters
int$lenLength of string.

Definition at line 31 of file Delete.php.

Member Function Documentation

getFromLen ( )

Returns
int

Implements OperationInterface.

Definition at line 39 of file Delete.php.

getOpcode ( )

Returns
string Opcode for this operation.

Implements OperationInterface.

Definition at line 55 of file Delete.php.

getToLen ( )

Returns
int

Implements OperationInterface.

Definition at line 47 of file Delete.php.