1 2 3 4 5 6
<?php // short desc abstract class A { /* abst meth: */ public static abstract function method(); }