Skip to content

Commit

Permalink
More correct location for this stub
Browse files Browse the repository at this point in the history
  • Loading branch information
slusarz committed Mar 18, 2015
1 parent 16d3a9c commit 87825fc
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
28 changes: 0 additions & 28 deletions ingo/lib/Basic/Spam.php
Expand Up @@ -113,31 +113,3 @@ public static function url(array $opts = array())
}

}


/**
* Dummy class to hold the select box created by {@link Ingo_Flist::select()}.
*
* @see Horde_Core_Ui_VarRenderer_Ingo
* @see Ingo_Flist::select()
*/
class Horde_Form_Type_ingo_folders extends Horde_Form_Type {

var $_folder;

function isValid(&$var, &$vars, $value, &$message)
{
return true;
}

function getFolder()
{
return $this->_folder;
}

function setFolder($folder)
{
$this->_folder = $folder;
}

}
28 changes: 28 additions & 0 deletions ingo/lib/Form/Spam.php
Expand Up @@ -73,3 +73,31 @@ public function renderActive(
}

}


/**
* Dummy class to hold the select box created by {@link Ingo_Flist::select()}.
*
* @see Horde_Core_Ui_VarRenderer_Ingo
* @see Ingo_Flist::select()
*/
class Horde_Form_Type_ingo_folders extends Horde_Form_Type
{
var $_folder;

function isValid(&$var, &$vars, $value, &$message)
{
return true;
}

function getFolder()
{
return $this->_folder;
}

function setFolder($folder)
{
$this->_folder = $folder;
}

}

0 comments on commit 87825fc

Please sign in to comment.