add() add( $mappingClass) : $this Adds new mapping class Parameters $mappingClass Object or full class name is acceptable Throws \Vegas\Db\Exception\InvalidMappingClassException Returns $this
remove() remove( $mappingName) : $this Removes mapper indicated by name Parameters $mappingName Returns $this
find() find( $mappingName) : boolean Finds the mapper by its name Parameters $mappingName Throws \Vegas\Db\Exception\MappingClassNotFoundException Returns boolean