<?php
/**
 * Stub for certain interactions;
 */
#[\AllowDynamicProperties]
class temp
{
    public $name;
}
