00001 <?php 00002 00012 class SMYahooMapsFormInput extends SMFormInput { 00013 00021 protected function getResourceModules() { 00022 return array_merge( parent::getResourceModules(), array( 'ext.sm.fi.yahoomaps' ) ); 00023 } 00024 00025 }