Back to Joomla project (class list)

Class FeaturedButton - list of methods

The FeaturedButton class.

Extends

Package: Joomla\CMS\Button
Copyright: (C) 2019 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/Button/FeaturedButton.php
Project: Joomla

Method Summary

protected void
()

Configure this object.
Returns
  • void
Since
  • 4.0.0
Show source code of this method: preprocess Source Code

public string
(?int $value = null, ?int $row = null, array $options = [], mixed $featuredUp = null, mixed $featuredDown = null)

Render action button by item value.
Parameters
  • int|null $value Current value of this item.
  • int|null $row The row number of this item.
  • array $options The options to override group options.
  • string|\Joomla\CMS\Date\Date $featuredUp The date which item featured up.
  • string|\Joomla\CMS\Date\Date $featuredDown The date which item featured down.
Returns
  • string Rendered HTML.
Since
  • 4.0.0
Show source code of this method: render Source Code

Tags Summary

Since
4.0.0
OSZAR »