silverstripe-comments/code/forms/CommentForm.php

24 lines
272 B
PHP
Raw Normal View History

<?php
/**
* Comment form used to make comments
*
* @package comments
*/
class CommentForm extends Form {
private static $ownerClass = false;
/**
* Returns a create comment form
*
* @return Form
*/
function __construct($controller, $name) {
}
}