Back to Joomla project (class list)

Class TransitionButton - list of methods

The PublishedButton class.

Extends

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

Method Summary

public
(array $options = [])

ActionButton constructor.
Parameters
  • array $options The options for all buttons in this group.
Since
  • 4.0.0
Show source code of this method: __construct Source Code

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

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.
Returns
  • string Rendered HTML.
Since
  • 4.0.0
Show source code of this method: render Source Code

Properties Summary

protected string
$layout
The layout path to render.
Since
  • 4.0.0

Tags Summary

Since
4.0.0