PHP Class unclead\multipleinput\MultipleInputColumn

Inheritance: extends unclead\multipleinput\components\BaseColumn
Afficher le fichier Open project: unclead/yii2-multiple-input Class Usage Examples

Méthodes publiques

Свойство Type Description
$context MultipleInput

Méthodes publiques

Méthode Description
getElementName ( integer | null $index, boolean $withPrefix = true ) : string Returns element's name.
getFirstError ( integer | string | null $index ) : null | string
init ( )

Méthodes protégées

Méthode Description
getInputNamePrefix ( ) : string Return prefix for name of input.
hasModelAttribute ( $name )
renderWidget ( $type, $name, $value, $options )

Private Methods

Méthode Description
isRendererHasOneColumn ( ) : boolean

Method Details

getElementName() public méthode

Returns element's name.
public getElementName ( integer | null $index, boolean $withPrefix = true ) : string
$index integer | null current row index
$withPrefix boolean whether to add prefix.
Résultat string

getFirstError() public méthode

public getFirstError ( integer | string | null $index ) : null | string
$index integer | string | null
Résultat null | string

getInputNamePrefix() protected méthode

Return prefix for name of input.
protected getInputNamePrefix ( ) : string
Résultat string

hasModelAttribute() protected méthode

protected hasModelAttribute ( $name )

init() public méthode

public init ( )

renderWidget() protected méthode

protected renderWidget ( $type, $name, $value, $options )

Property Details

$context public_oe property

public MultipleInput,unclead\multipleinput $context
Résultat MultipleInput