]> _ Git - fluidbook_tools.git/commitdiff
wip #5410
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 22 Aug 2022 18:20:14 +0000 (20:20 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Mon, 22 Aug 2022 18:20:14 +0000 (20:20 +0200)
src/Compiler/CompilerInterface.php

index 015f0bca42694c35fed88cc0df492e3d101fa46a..a7be888cd814f43c3fde1d54b2d07c69b90800bd 100644 (file)
@@ -31,6 +31,8 @@ interface CompilerInterface
 
     public function working_path($path = ''): string;
 
+    public function source_path($path = ''): string;
+
     public function getWidth();
 
     public function getHeight();