[ Index ] |
PHP Cross Reference of MediaWiki-1.24.0 |
[Summary view] [Print] [Text view]
1 <?php 2 3 class HTMLApiField extends HTMLFormField { 4 public function getTableRow( $value ) { 5 return ''; 6 } 7 8 public function getDiv( $value ) { 9 return $this->getTableRow( $value ); 10 } 11 12 public function getRaw( $value ) { 13 return $this->getTableRow( $value ); 14 } 15 16 public function getInputHTML( $value ) { 17 return ''; 18 } 19 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 14:03:12 2014 | Cross-referenced by PHPXref 0.7.1 |