AdminPageFramework_Form___FieldError::delete PHP Méthode

delete() public méthode

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