Версия: 6.x
burger close
Класс AbstractAction
Граф наследования:AbstractAction:
Action Add DropDown Edit Minus

Открытые члены

 __construct ($href_pattern, $title=null, array $options=null)
 
 setContainer (Actions $container)
 
 getContainer ()
 
 getTitle ()
 
 getTemplate ()
 
 getHrefPattern ()
 
 setClass ($action_class)
 
 setAttr (array $attr)
 
 setDisableAjax ($bool)
 
 setHidden ($bool)
 
 isHidden ()
 
 getClass ()
 
 setIconClass ($icon_class)
 
 getIconClass ()
 

Поля данных

 $options
 
 $class_ajax = ''
 
 $class_action = ''
 
 $class_icon = ''
 
 $href_pattern
 
 $title
 
 $hidden
 
 $body_template = 'system/admin/html_elements/table/coltype/action/abstract.tpl'
 

Защищенные данные

 $container
 

Конструктор(ы)

__construct (   $href_pattern,
  $title = null,
array  $options = null 
)

Методы

getClass ( )
getContainer ( )
getHrefPattern ( )
getIconClass ( )

Возвращает установленный ранее класс для иконки

Возвращает
string
getTemplate ( )
getTitle ( )
isHidden ( )
setAttr ( array  $attr)
setClass (   $action_class)
setContainer ( Actions  $container)
setDisableAjax (   $bool)
setHidden (   $bool)
setIconClass (   $icon_class)

Устанавливает класс для иконки

Аргументы
string$icon_class

Поля

$body_template = 'system/admin/html_elements/table/coltype/action/abstract.tpl'
$class_action = ''
$class_ajax = ''
$class_icon = ''
$container
protected
Инициализатор
=> []
]
$hidden
$href_pattern
$options
Инициализатор
= [
'noajax' => false
$title