class Takahashi_Lib{
 const textedit = 1;
 const foodmenu = "FoodSet";
}
echo Takahashi_Lib::foodmenu;

これが正解