addMapping() addMapping( $attributeName, $mappings) : $this Adds mapping for indicated attribute Parameters $attributeName $mappings Returns $this
removeMapping() removeMapping( $attributeName) : $this Removes mapping from indicated attribute Parameters $attributeName Returns $this
hasMapping() hasMapping( $attributeName) : boolean Determines if attribute has defined mapping Parameters $attributeName Returns boolean
resolveMapping() resolveMapping( $attributeName, $value) : mixed Filter value of indicated attribute by applying defined mappings Parameters $attributeName $value Returns mixed