From eb9c3651614dd5e5aef067880092e9f622c264df Mon Sep 17 00:00:00 2001 From: zhukv Date: Sat, 3 Aug 2013 13:47:47 +0300 Subject: Fix to PSR standart, fix tokenizer, fix function executor. --- NXP/Classes/Operand.php | 85 ------------------------------------------------- 1 file changed, 85 deletions(-) delete mode 100644 NXP/Classes/Operand.php (limited to 'NXP/Classes/Operand.php') diff --git a/NXP/Classes/Operand.php b/NXP/Classes/Operand.php deleted file mode 100644 index 3329679..0000000 --- a/NXP/Classes/Operand.php +++ /dev/null @@ -1,85 +0,0 @@ -association = $association; - $this->symbol = $symbol; - $this->type = $type; - $this->priority = $priority; - $this->callback = $callback; - } - - public function getAssociation() - { - return $this->association; - } - - public function getSymbol() - { - return $this->symbol; - } - - public function getType() - { - return $this->type; - } - - public function getCallback() - { - return $this->callback; - } - - public function getPriority() - { - return $this->priority; - } - -} \ No newline at end of file -- cgit v1.2.3