acl = $acl; } public function getAcl(): Acl { return $this->acl; } public function getBoardId(): int { return $this->acl->getBoardId(); } }