westdc-zf1/application/models/element/bcSpamBlock.php

8 lines
193 B
PHP
Raw Normal View History

2009-03-06 03:20:46 +00:00
<?php
class element_bcSpamBlock extends Zend_Form_Element_Xhtml{
/**
* Default form view helper to use for rendering
* @var string
*/
public $helper = 'bcSpamBlock';
}