init
This commit is contained in:
commit
72a26edcff
22092 changed files with 2101903 additions and 0 deletions
10
lib/PhpSpreadsheet/Calculation/Engine/Operands/Operand.php
Normal file
10
lib/PhpSpreadsheet/Calculation/Engine/Operands/Operand.php
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
<?php
|
||||
|
||||
namespace PhpOffice\PhpSpreadsheet\Calculation\Engine\Operands;
|
||||
|
||||
interface Operand
|
||||
{
|
||||
public static function fromParser(string $formula, int $index, array $matches): self;
|
||||
|
||||
public function value(): string;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue