@@ -53,13 +53,13 @@ |
||
| 53 | 53 | ); |
| 54 | 54 | |
| 55 | 55 | public function getFiniteState() { |
| 56 | - return $this->State; |
|
| 57 | - } |
|
| 56 | + return $this->State; |
|
| 57 | + } |
|
| 58 | 58 | |
| 59 | - public function setFiniteState($state) { |
|
| 59 | + public function setFiniteState($state) { |
|
| 60 | 60 | $this->State = $state; |
| 61 | 61 | $this->write(); |
| 62 | - } |
|
| 62 | + } |
|
| 63 | 63 | |
| 64 | 64 | public function getStatus() { |
| 65 | 65 | return $this->State; |