PHP Class MetaModels\DcGeneral\Events\Table\InputScreens\InputScreenAddAllHandler

Inheritance: extends MetaModels\DcGeneral\Events\Table\AbstractAddAllHandler
Afficher le fichier Open project: metamodels/core

Protected Properties

Свойство Type Description
$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.

Méthodes protégées

Méthode Description
accepts ( MetaModels\Attribute\IAttribute $attribute ) : boolean Test if the passed attribute is acceptable.
createEmptyDataFor ( $attribute ) {@inheritDoc}

Method Details

accepts() protected méthode

Test if the passed attribute is acceptable.
protected accepts ( MetaModels\Attribute\IAttribute $attribute ) : boolean
$attribute MetaModels\Attribute\IAttribute The attribute to check.
Résultat boolean

createEmptyDataFor() protected méthode

{@inheritDoc}
protected createEmptyDataFor ( $attribute )

Property Details

$actionName protected_oe static_oe property

The action name to listen on.
protected static string $actionName
Résultat string

$ptable protected_oe static_oe property

The parent table name to work on.
protected static string $ptable
Résultat string

$table protected_oe static_oe property

The table name to work on.
protected static string $table
Résultat string