改名
This commit is contained in:
+1
-1
@@ -174,7 +174,7 @@ abstract class GiiBase
|
|||||||
|
|
||||||
$content = file_get_contents($this->getFilePath($className));
|
$content = file_get_contents($this->getFilePath($className));
|
||||||
$explode = explode(PHP_EOL, $content);
|
$explode = explode(PHP_EOL, $content);
|
||||||
$exists = array_slice($explode, $fun->getStartLine() - 1, $fun->getEndLine() - $fun->getStartLine() + 1);
|
$exists = array_slice($explode, $fun->getStartLine(), $fun->getEndLine() - $fun->getStartLine() + 1);
|
||||||
return implode(PHP_EOL, $exists);
|
return implode(PHP_EOL, $exists);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+2
-1
@@ -167,7 +167,8 @@ class ' . $managerName . ' extends ActiveRecord
|
|||||||
if (!empty($attributes)) {
|
if (!empty($attributes)) {
|
||||||
foreach ($attributes as $attribute) {
|
foreach ($attributes as $attribute) {
|
||||||
$over .= "
|
$over .= "
|
||||||
#[\"" . $attribute->getName() . "('" . implode('\',\'', $attribute->getArguments()) . "')]
|
#[\\" . $attribute->getName() . "('" . implode('\',\'', $attribute->getArguments()) . "')]
|
||||||
|
|
||||||
";
|
";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user