Class Input

Summary

Fully Qualified Name: Zend\Form\Annotation\Input
Extends: AbstractStringAnnotation

Description

Input annotation

Use this annotation to specify a specific input class to use with an element. The value should be a string indicating the fully qualified class name of the input to use.

Methods

Name Description Defined By
__construct() Receive and process the contents of an annotation AbstractStringAnnotation
getInput() Retrieve the input class Input

Method Details

__construct()

Receive and process the contents of an annotation

Parameter Name Type Description
$data array

Returns:

getInput()

Retrieve the input class

Returns: null|string

Top