首页  >  文章  >  后端开发  >  小型机械手

小型机械手

WBOY
WBOY原创
2024-09-06 06:44:32649浏览

Small Class Manipulator

小班机械臂新重大版本

代码已完全重构并编码为属性操作的新支持

这是一个操纵示例:

    $classFile = \Small\ClassManipulator\ClassManipulator::fromProject(__DIR__ . '/../..')
        ->getClass(\Small\ClassManipulator\Test\Fixture\SimpleClass::class)
        ->parse();
    $classFile->getClass()->getAttributes()->push(
        (new \Small\ClassManipulator\ClassFile\Bean\AttributeBean())
            ->setClass('\ORM')
    );
    $classFile->write();

了解:

  • git:https://git.small-project.dev/lib/small-class-manipulator
  • packagist:https://packagist.org/packages/small/class-manipulator

以上是小型机械手的详细内容。更多信息请关注PHP中文网其他相关文章!

声明:
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn