. */ namespace SP\Domain\Common\Adapters; /** * Class SimpleModel * * This model does not contain any properties, they will be set on $properties property. * * It's intended to be used when returned non-well defined objects from the repository. */ final class SimpleModel extends DataModel { }