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

Public Member Functions

 __construct ($text)
 
 getFromLen ()
 
 getToLen ()
 
 getText ()
 
 getOpcode ()
 

Detailed Description

Generates the opcode for a copy operation.

Definition at line 24 of file Insert.php.

Constructor & Destructor Documentation

__construct (   $text)

Sets the text that the operation is working with.

Parameters
string$text

Definition at line 31 of file Insert.php.

Member Function Documentation

getFromLen ( )

Returns
int

Implements OperationInterface.

Definition at line 39 of file Insert.php.

getOpcode ( )

Returns
string Opcode for this operation.

Implements OperationInterface.

Definition at line 63 of file Insert.php.

getText ( )

Definition at line 55 of file Insert.php.

getToLen ( )

Returns
int

Implements OperationInterface.

Definition at line 47 of file Insert.php.