====== API Variables ====== home/app/apis/variables/variables_api_controller.php\\ //class VariablesApiController extends ApiController//\\ \\ === getAllById === ...\\ Descrizione: //getAllById($id)//\\ Parametri: $id - int\\ Return: string === getById === ...\\ Descrizione: //getById($id)//\\ Parametri: $id - int\\ Return: string === read === ...\\ Descrizione: //read($name, $owner)//\\ Parametri: * $name - string * $owner - string Return: string === write === ...\\ Descrizione: //write($name, $value, $owner)//\\ Parametri: * $name - string * $value - string * $owner - string Return: boolean