mailer, some fixes, #16
git-svn-id: svn+ssh://code.netmonsters.ru/svn/majestic/branches/evo@142 4cb57b5f-5bbd-dd11-951b-001d605cbbc5
This commit is contained in:
@ -66,6 +66,14 @@ abstract class Form
|
||||
return $messages;
|
||||
}
|
||||
|
||||
public function getValue($key)
|
||||
{
|
||||
if (isset($this->fields[$key])) {
|
||||
return $this->fields[$key]->getValue();
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
public function getValues()
|
||||
{
|
||||
$values = array();
|
||||
|
Reference in New Issue
Block a user