| 1 | <?php  | 
            ||
| 9 | class JSONLDMainLanguageQuery implements MainLanguageQueryInterface  | 
            ||
| 10 | { | 
            ||
| 11 | /**  | 
            ||
| 12 | * @var DocumentRepositoryInterface  | 
            ||
| 13 | */  | 
            ||
| 14 | private $documentRepository;  | 
            ||
| 15 | |||
| 16 | /**  | 
            ||
| 17 | * @var Language|null  | 
            ||
| 18 | */  | 
            ||
| 19 | private $fallbackLanguage;  | 
            ||
| 20 | |||
| 21 | /**  | 
            ||
| 22 | * @param DocumentRepositoryInterface $documentRepository  | 
            ||
| 23 | * @param Language $fallbackLanguage  | 
            ||
| 24 | */  | 
            ||
| 25 | public function __construct(  | 
            ||
| 32 | |||
| 33 | /**  | 
            ||
| 34 | * @inheritdoc  | 
            ||
| 35 | */  | 
            ||
| 36 | public function execute($cdbid)  | 
            ||
| 52 | }  | 
            ||
| 53 |