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

Public Member Functions

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

Detailed Description

Definition at line 21 of file Replace.php.

Constructor & Destructor Documentation

__construct (   $fromLen,
  $text 
)
Parameters
int$fromLen
string$text

Definition at line 27 of file Replace.php.

Member Function Documentation

getFromLen ( )

Returns
int

Implements OperationInterface.

Definition at line 36 of file Replace.php.

getOpcode ( )

Returns
string Opcode for this operation.

Implements OperationInterface.

Definition at line 62 of file Replace.php.

getText ( )

Get the text the operation is working with.

Returns
string

Definition at line 54 of file Replace.php.

getToLen ( )

Returns
int

Implements OperationInterface.

Definition at line 44 of file Replace.php.