File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 24
24
*/
25
25
class Media extends Drawing implements ComparableInterface
26
26
{
27
- }
27
+ }
Original file line number Diff line number Diff line change @@ -101,7 +101,6 @@ public function save($pFilename)
101
101
102
102
$ oDir = new DirectoryIterator (dirname (__FILE__ ).DIRECTORY_SEPARATOR .'ODPresentation ' );
103
103
foreach ($ oDir as $ oFile ) {
104
- echo "\n" .dirname (__FILE__ ).DIRECTORY_SEPARATOR .'ODPresentation ' ."/ " .$ oFile ->getBasename ('.php ' )."\n" ;
105
104
if (!$ oFile ->isFile ()) {
106
105
continue ;
107
106
}
@@ -111,6 +110,7 @@ public function save($pFilename)
111
110
if ($ o ->isAbstract () || !$ o ->isSubclassOf ('PhpOffice\PhpPresentation\Writer\ODPresentation\AbstractDecoratorWriter ' )) {
112
111
continue ;
113
112
}
113
+ echo "\n" .dirname (__FILE__ ).DIRECTORY_SEPARATOR .'ODPresentation ' ."/ " .$ oFile ->getBasename ('.php ' )."\n" ;
114
114
$ oService = $ o ->newInstance ();
115
115
$ oService ->setZip ($ oZip );
116
116
$ oService ->setPresentation ($ oPresentation );
You can’t perform that action at this time.
0 commit comments