小班机械手新的主要版本

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

这是一个操纵示例:

    $classFile = SmallClassManipulatorClassManipulator::fromProject(__DIR__ . '/../..')
        ->getClass(SmallClassManipulatorTestFixtureSimpleClass::class)
        ->parse();
    $classFile->getClass()->getAttributes()->push(
        (new SmallClassManipulatorClassFileBeanAttributeBean())
            ->setClass('ORM')
    );
    $classFile->write();
登录后复制

了解:

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

以上就是小型机械手的详细内容,更多请关注慧达安全导航其它相关文章!

点赞(0)

评论列表 共有 0 条评论

暂无评论
立即
投稿
发表
评论
返回
顶部