Skip to content

Instantly share code, notes, and snippets.

@DanieleGBX
Created October 8, 2018 20:06
Show Gist options
  • Save DanieleGBX/acf57de4e7f60dfe4e01b0230239da9a to your computer and use it in GitHub Desktop.
Save DanieleGBX/acf57de4e7f60dfe4e01b0230239da9a to your computer and use it in GitHub Desktop.
<?php
namespace App\Model;
use Symfony\Component\Validator\Constraints as Assert;
class ChangeLsItemData {
public $fullStatement;
public $humanCodingScheme;
public $identifier;
public $listEnumInSource;
public $abbreviatedStatement;
public $conceptKeywords;
public $conceptKeywordsUri;
public $language;
public $educationalAlignment;
public $itemType;
public $educationalAlignment;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment