AddDataAttribute('role', static::BLOCK_CODE); } public function AddDashletEntry(DashletEntry $oDashletEntry) { $this->aDashletsEntries[] = $oDashletEntry; return $this; } public function GetDashletEntries(): array { return $this->aDashletsEntries; } public function SetDashletEntries(array $aDashletEntries) { $this->aDashletsEntries = $aDashletEntries; return $this; } public function GetSubBlocks(): array { return $this->aDashletsEntries; } }