OphInBiometry_LensType_Lens::attributeLabels PHP Method

attributeLabels() public method

public attributeLabels ( ) : array
return array customized attribute labels (name=>label)
    public function attributeLabels()
    {
        return array('id' => 'ID', 'name' => 'Name', 'position_id' => 'Position', 'acon' => 'A constant', 'sf' => 'SF', 'pACD' => 'pACD', 'a0' => 'a0', 'a1' => 'a1', 'a2' => 'a2');
    }