Back to ActionButton class

Method getLayout

public string
getLayout
()
Method to get property layout.
Returns
  • string
Since
  • 4.0.0
Class: ActionButton
Project: Joomla

Method getLayout - Source code

/**
 * Method to get property layout.
 *
 * @return  string
 *
 * @since  4.0.0
 */
public function getLayout() : string
{
    return $this->layout;
}