00001 <?php 00029 interface DestroyerInterface 00030 { 00038 public static function execute($name, $params); 00039 }