CodeExplorer doExport example
$preloadedFiles =
[];
$ids =
$this->container->
getRemovedIds();
foreach ($this->container->
getDefinitions() as $id =>
$definition) { if (!
$definition->
isPublic()) { $ids[$id] = true;
} } if ($ids =
array_keys($ids)) { sort($ids);
$c = "<?php\n\nreturn [\n";
foreach ($ids as $id) { $c .= ' '.
$this->
doExport($id)." => true,\n";
} $files['removed-ids.php'
] =
$c."];\n";
} if (!
$this->inlineFactories
) { foreach ($this->
generateServiceFiles($services) as $file =>
[$c,
$preload]) { $files[$file] =
sprintf($fileTemplate,
substr($file, 0, -4
),
$c);
if ($preload) { $preloadedFiles[$file] =
$file;
} } $ids =
$this->container->
getRemovedIds();
foreach ($this->container->
getDefinitions() as $id =>
$definition) { if (!
$definition->
isPublic()) { $ids[$id] = true;
} } if ($ids =
array_keys($ids)) { sort($ids);
$c = "<?php\n\nreturn [\n";
foreach ($ids as $id) { $c .= ' '.
$this->
doExport($id)." => true,\n";
} $files['removed-ids.php'
] =
$c."];\n";
} if (!
$this->inlineFactories
) { foreach ($this->
generateServiceFiles($services) as $file =>
$c) { $files[$file] =
$fileStart.
$c;
} foreach ($proxyClasses as $file =>
$c) { $files[$file] = "<?php\n".
$c;
} } $preloadedFiles =
[];
$ids =
$this->container->
getRemovedIds();
foreach ($this->container->
getDefinitions() as $id =>
$definition) { if (!
$definition->
isPublic()) { $ids[$id] = true;
} } if ($ids =
array_keys($ids)) { sort($ids);
$c = "<?php\n\nreturn [\n";
foreach ($ids as $id) { $c .= ' '.
$this->
doExport($id)." => true,\n";
} $files['removed-ids.php'
] =
$c."];\n";
} if (!
$this->inlineFactories
) { foreach ($this->
generateServiceFiles($services) as $file =>
[$c,
$preload]) { $files[$file] =
sprintf($fileTemplate,
substr($file, 0, -4
),
$c);
if ($preload) { $preloadedFiles[$file] =
$file;
} }