PHP Класс MetaModels\DcGeneral\Events\Table\InputScreens\InputScreenAddAllHandler

Наследование: extends MetaModels\DcGeneral\Events\Table\AbstractAddAllHandler
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$actionName string The action name to listen on.
$ptable string The parent table name to work on.
$table string The table name to work on.

Защищенные методы

Метод Описание
accepts ( MetaModels\Attribute\IAttribute $attribute ) : boolean Test if the passed attribute is acceptable.
createEmptyDataFor ( $attribute ) {@inheritDoc}

Описание методов

accepts() защищенный Метод

Test if the passed attribute is acceptable.
protected accepts ( MetaModels\Attribute\IAttribute $attribute ) : boolean
$attribute MetaModels\Attribute\IAttribute The attribute to check.
Результат boolean

createEmptyDataFor() защищенный Метод

{@inheritDoc}
protected createEmptyDataFor ( $attribute )

Описание свойств

$actionName защищенное статическое свойство

The action name to listen on.
protected static string $actionName
Результат string

$ptable защищенное статическое свойство

The parent table name to work on.
protected static string $ptable
Результат string

$table защищенное статическое свойство

The table name to work on.
protected static string $table
Результат string