First Draft of the Example Files
@@ -0,0 +1,17 @@
<?php
Translate::lookup();
class Translate
{
const ENGLISH = 0;
const SPANISH = 1;
const FRENCH = 2;
const GERMAN = 3;
// ...
static function lookup()
echo self::SPANISH;
}
?>
The note is not visible to the blocked user.