| 1 | <?php |
||
| 17 | class SudoMainLocationLoader implements ContentInfoLocationLoader |
||
| 18 | { |
||
| 19 | /** |
||
| 20 | * @var \eZ\Publish\API\Repository\Repository|\eZ\Publish\Core\Repository\Repository |
||
| 21 | */ |
||
| 22 | private $repository; |
||
| 23 | |||
| 24 | public function __construct(Repository $repository) |
||
| 28 | |||
| 29 | public function loadLocation(ContentInfo $contentInfo) |
||
| 45 | } |
||
| 46 |