|
@@ 863-867 (lines=5) @@
|
| 860 |
|
|
| 861 |
|
EOF; |
| 862 |
|
|
| 863 |
|
if (count($scopes = $this->container->getScopes()) > 0) { |
| 864 |
|
$code .= "\n"; |
| 865 |
|
$code .= " \$this->scopes = ".$this->dumpValue($scopes).";\n"; |
| 866 |
|
$code .= " \$this->scopeChildren = ".$this->dumpValue($this->container->getScopeChildren()).";\n"; |
| 867 |
|
} |
| 868 |
|
|
| 869 |
|
$code .= $this->addMethodMap(); |
| 870 |
|
$code .= $this->addAliases(); |
|
@@ 910-916 (lines=7) @@
|
| 907 |
|
EOF; |
| 908 |
|
|
| 909 |
|
$code .= "\n"; |
| 910 |
|
if (count($scopes = $this->container->getScopes()) > 0) { |
| 911 |
|
$code .= " \$this->scopes = ".$this->dumpValue($scopes).";\n"; |
| 912 |
|
$code .= " \$this->scopeChildren = ".$this->dumpValue($this->container->getScopeChildren()).";\n"; |
| 913 |
|
} else { |
| 914 |
|
$code .= " \$this->scopes = array();\n"; |
| 915 |
|
$code .= " \$this->scopeChildren = array();\n"; |
| 916 |
|
} |
| 917 |
|
|
| 918 |
|
$code .= $this->addMethodMap(); |
| 919 |
|
$code .= $this->addAliases(); |