00001 <?php 00015 interface InsertablesSuggester { 00016 public function getInsertables( $text ); 00017 }