mootensai\enhancedgii\model\Generator::stickyAttributes PHP Method

stickyAttributes() public method

public stickyAttributes ( )
    public function stickyAttributes()
    {
        return array_merge(parent::stickyAttributes(), ['db', 'nameAttribute', 'nsModel', 'nsSearchModel', 'baseModelClass', 'queryNs', 'queryBaseClass', 'optimisticLock', 'createdBy', 'updatedBy', 'deletedBy', 'createdAt', 'timestampValue', 'updatedAt', 'deletedAt', 'blameableValue', 'UUIDColumn']);
    }