public static function myStaticMethod($arg)
 {
     $obj = new self('New value');
     echo $obj->myMethod();
 }