TextArea.php
371 Bytes
<?php
namespace Phalcon\Forms\Element {
/**
* Phalcon\Forms\Element\TextArea
*
* Component TEXTAREA for forms
*/
class TextArea extends \Phalcon\Forms\Element implements \Phalcon\Forms\ElementInterface {
/**
* Renders the element widget
*
* @param array $attributes
* @return string
*/
public function render($attributes=null){ }
}
}