Tangra_Class is the basic class inherited by all classes of Tangra library. It's purpose is to "forbid" usage of autosetter method __set, because this is very dangerous feature (you can easily set nonexisting variable by mistake and you will not get any error or warning...).