AthensFramework/core

View on GitHub
doc/api/Athens-Core-Form-FormAction-FormActionInterface.md

Summary

Maintainability
Test Coverage
Athens\Core\Form\FormAction\FormActionInterface
===============

Interface FormActionInterface




* Interface name: FormActionInterface
* Namespace: Athens\Core\Form\FormAction
* This is an **interface**
* This interface extends: [Athens\Core\Writer\WritableInterface](Athens-Core-Writer-WritableInterface.md)





Methods
-------


### getMethod

    string Athens\Core\Form\FormAction\FormActionInterface::getMethod()





* Visibility: **public**




### getTarget

    string Athens\Core\Form\FormAction\FormActionInterface::getTarget()





* Visibility: **public**




### getLabel

    string Athens\Core\Form\FormAction\FormActionInterface::getLabel()





* Visibility: **public**




### getId

    string Athens\Core\Writer\WritableInterface::getId()

Return a unique identifier that will be consistent between requests.



* Visibility: **public**
* This method is defined by [Athens\Core\Writer\WritableInterface](Athens-Core-Writer-WritableInterface.md)




### getClasses

    array<mixed,string> Athens\Core\Writer\WritableInterface::getClasses()





* Visibility: **public**
* This method is defined by [Athens\Core\Writer\WritableInterface](Athens-Core-Writer-WritableInterface.md)




### getData

    array<mixed,string> Athens\Core\Writer\WritableInterface::getData()





* Visibility: **public**
* This method is defined by [Athens\Core\Writer\WritableInterface](Athens-Core-Writer-WritableInterface.md)




### accept

    mixed Athens\Core\Visitor\VisitableInterface::accept(\Athens\Core\Visitor\Visitor $visitor)

Accept a visitor, per the Visitor pattern.



* Visibility: **public**
* This method is defined by [Athens\Core\Visitor\VisitableInterface](Athens-Core-Visitor-VisitableInterface.md)


#### Arguments
* $visitor **[Athens\Core\Visitor\Visitor](Athens-Core-Visitor-Visitor.md)**