Example #1
0
 public function __construct()
 {
     parent::__construct('TopicOption', [new TextAttribute('title', $this)]);
 }
Example #2
0
 public function __construct()
 {
     parent::__construct('Topic', [new TextAttribute('title', $this), new EntityReferenceListAttribute('Topic_0p-tion', $this, ['min_count' => 0, 'entity_types' => ['\\Honeybee\\Tests\\Fixture\\TopicSchema\\Projection\\Topic\\Reference\\TopicOptionType']])]);
 }