File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
administrator/components/com_content/src/Controller Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2222class FeaturedController extends ArticlesController
2323{
2424 /**
25- * Proxy for getModel .
25+ * Method to get a model object, loading it if required .
2626 *
2727 * @param string $name The model name. Optional.
2828 * @param string $prefix The class prefix. Optional.
29- * @param array $config The array of possible config values . Optional.
29+ * @param array $config Configuration array for model . Optional.
3030 *
31- * @return \Joomla\CMS\MVC\Model\BaseDatabaseModel
31+ * @return \Joomla\CMS\MVC\Model\BaseDatabaseModel The model.
3232 *
33- * @since __DEPLOYMENT_VERSION__
33+ * @since 1.6
3434 */
3535 public function getModel ($ name = 'Feature ' , $ prefix = 'Administrator ' , $ config = ['ignore_request ' => true ])
36- {
36+ {
3737 return parent ::getModel ($ name , $ prefix , $ config );
3838 }
3939}
You can’t perform that action at this time.
0 commit comments