PHP Class Blog\Plugin\CommentForm

Inheritance: extends Gc\Module\AbstractPlugin
Show file Open project: gotcms/gotcms Class Usage Examples

Protected Properties

Property Type Description
$form Blog\Form\Comment Form

Public Methods

Method Description
__invoke ( ) : void Invoke form
getForm ( ) : Comment Set form

Method Details

__invoke() public method

Invoke form
public __invoke ( ) : void
return void

getForm() public method

Set form
public getForm ( ) : Comment
return Blog\Form\Comment

Property Details

$form protected property

Form
protected Comment,Blog\Form $form
return Blog\Form\Comment