]> _ Git - fluidbook_tools.git/commitdiff
wip #5408
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 22 Aug 2022 15:58:45 +0000 (17:58 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 22 Aug 2022 15:58:45 +0000 (17:58 +0200)
src/Compiler/CompilerInterface.php
src/Compiler/FluidbookCompiler.php

index a16fef70b640f246bbdfd35a9dc54a9d32f90b42..015f0bca42694c35fed88cc0df492e3d101fa46a 100644 (file)
@@ -30,4 +30,8 @@ interface CompilerInterface
     public function setWorkingDir(string $wdir);
 
     public function working_path($path = ''): string;
+
+    public function getWidth();
+
+    public function getHeight();
 }
index ef1461284fed57c1e6162fec273844c8eb026fc7..0f9f61cf4c02d97fbe9da81c05d0ea304d3794bb 100644 (file)
@@ -61,4 +61,5 @@ trait FluidbookCompiler
     {
         $this->config->set($key, $value);
     }
+
 }