@@ -2,7 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Twistor; |
| 4 | 4 | |
| 5 | -class Uid { |
|
| 5 | +class Uid |
|
| 6 | +{ |
|
| 6 | 7 | public function getUid() |
| 7 | 8 | { |
| 8 | 9 | return (int) getmyuid(); |
@@ -2,7 +2,8 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Twistor; |
| 4 | 4 | |
| 5 | -class PosixUid extends Uid { |
|
| 5 | +class PosixUid extends Uid |
|
| 6 | +{ |
|
| 6 | 7 | public function getUid() |
| 7 | 8 | { |
| 8 | 9 | return (int) posix_getuid(); |