AdminPageFramework_Form___FieldError::delete PHP Method

delete() public method

public delete ( )
    public function delete()
    {
        if ($this->hasBeenCalled('delete_' . $this->sTransientKey)) {
            return;
        }
        add_action('shutdown', array($this, '_replyToDelete'));
    }