<?php
abstract class TestClass
{
    abstract static public function getName();
}
?>
===DONE===