n2n Page Rocket 1 API

n2n\impl\web\dispatch\mag\model

­Mag­Adapter

abstract MagAdapter implements Mag

Property summary

Modifier and Type Property
protected propertyName
protected labelLstr
protected helpTextLstr
protected attrs
protected value

Methods summary

Modifier and Type Method
public __construct ( unknown labelLstr , null value = null , array|null attrs = null )
public mixed setPropertyName ( string name )
public string getPropertyName ( )
public string getLabel ( N2nLocale n2nLocale )
public setLabelLstr ( Lstr labelL10nStr )
public getHelpText ( N2nLocale n2nLocale )
public setHelpTextLstr ( Lstr helpTextLstr )
public array getContainerAttrs ( HtmlView view )
public getAttrs ( )
public setAttrs ( array attrs )
public setupMappingDefinition ( MappingDefinition md )
public mixed getFormValue ( )
public setFormValue ( unknown formValue )
public mixed getValue ( )
public setValue ( mixed value )
public mixed whenAssigned ( MagCollection magCollection )
public bool getNature ( )

Properties in detail

  • propertyName

    protected ­ ­ ­ propertyName
  • labelLstr

    protected ­ ­ ­ labelLstr
  • helpTextLstr

    protected ­ ­ ­ helpTextLstr
  • attrs

    protected ­ ­ ­ attrs
  • value

    protected ­ ­ ­ value

Methods in detail