Method | Description | |
---|---|---|
add ( Tolerance\Operation\Operation $operation ) | Add a new operation in the buffer. | |
current ( ) : Tolerance\Operation\Operation | null | Returns the current operation at the head of the buffer. | |
pop ( ) : Tolerance\Operation\Operation | Pop the operation from the head of the buffer. |
public add ( Tolerance\Operation\Operation $operation ) | ||
$operation | Tolerance\Operation\Operation |
public pop ( ) : Tolerance\Operation\Operation | ||
return | Tolerance\Operation\Operation |