. */ namespace SP\Domain\Common\Out; /** * 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 DataModelBase { }