Updated InstructionInterface
This commit is contained in:
parent
08c4b3079e
commit
6e543a6e1b
1 changed files with 9 additions and 0 deletions
|
@ -37,4 +37,13 @@
|
||||||
* @return mixed
|
* @return mixed
|
||||||
*/
|
*/
|
||||||
public function eval(Engine $engine);
|
public function eval(Engine $engine);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns a string representation of the instruction for debugging purposes
|
||||||
|
* this is not the same as the array representation, and is not intended to be
|
||||||
|
* used for serialization
|
||||||
|
*
|
||||||
|
* @return string
|
||||||
|
*/
|
||||||
|
public function __toString(): string;
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue