| 1 | <?php |
||
| 11 | class BinaryContentController extends AbstractController |
||
| 12 | { |
||
| 13 | /** |
||
| 14 | * @var \eZ\Publish\Core\REST\Server\Controller\BinaryContent |
||
| 15 | */ |
||
| 16 | private $innerController; |
||
| 17 | |||
| 18 | /** |
||
| 19 | * @var \eZ\Publish\API\Repository\ContentService |
||
| 20 | */ |
||
| 21 | private $contentService; |
||
| 22 | |||
| 23 | public function __construct($innerController, ContentService $contentService) |
||
| 28 | |||
| 29 | public function getImageVariation($imageId, $variationIdentifier) |
||
| 39 | } |
||
| 40 |