]> _ Git - cubeextranet.git/commitdiff
(no commit message)
authorvincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 19 Jul 2010 14:15:47 +0000 (14:15 +0000)
committervincent@cubedesigners.com <vincent@cubedesigners.com@f5622870-0f3c-0410-866d-9cb505b7a8ef>
Mon, 19 Jul 2010 14:15:47 +0000 (14:15 +0000)
inc/ws/Controlleur/class.ws.flash.php

index 639f532700af55a872e1a3ea72ab2ce26c0409ea..5f40714c187b370b7e4c0975181a5d76d153bd9a 100644 (file)
@@ -494,6 +494,13 @@ class wsFlash extends cubeFlashGateway {
                $dao = new wsDAOBook($core->con);\r
                $dao->setComposition($this->args['book_id'], json_decode($this->args['pages']));\r
        }\r
+\r
+       public function compile()\r
+       {\r
+               global $core;\r
+               $dao = new wsDAOBook($core->con);\r
+               fb($dao->compile($this->args['book_id'], 3));\r
+       }\r
 }\r
 \r
 ?>
\ No newline at end of file