PHP 클래스 MetaModels\DcGeneral\Events\Table\InputScreens\InputScreenAddAllHandler

상속: extends MetaModels\DcGeneral\Events\Table\AbstractAddAllHandler
파일 보기 프로젝트 열기: metamodels/core

보호된 프로퍼티들

프로퍼티 타입 설명
$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