X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/?a=blobdiff_plain;f=includes%2Fcontent%2FCodeContentHandler.php;h=2bbf6ca7b25971bd68788bb8a346070d55e8fd99;hb=90e62fa089fcc508267dc7e68bd05b620ac99ba9;hp=694b633e7b8605d57e221fb7fa02005836a3ca33;hpb=b7ec2c9b3353b99fe30e1e202c8625cac2f541f3;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/content/CodeContentHandler.php b/includes/content/CodeContentHandler.php index 694b633e7b..2bbf6ca7b2 100644 --- a/includes/content/CodeContentHandler.php +++ b/includes/content/CodeContentHandler.php @@ -63,4 +63,12 @@ abstract class CodeContentHandler extends TextContentHandler { protected function getContentClass() { throw new MWException( 'Subclass must override' ); } + + /** + * @param SearchEngine $engine + * @return array + */ + public function getFieldsForSearchIndex( SearchEngine $engine ) { + return []; + } }