MetaModels\DcGeneral\Events\Table\AbstractAddAllHandler::accepts PHP Method

accepts() abstract protected method

Test if the passed attribute is acceptable.
abstract protected accepts ( MetaModels\Attribute\IAttribute $attribute ) : boolean
$attribute MetaModels\Attribute\IAttribute The attribute to check.
return boolean
    protected abstract function accepts($attribute);