mrkrstphr/instantiator

在PHP中实例化对象

1.0.0 2017-04-13 13:19 UTC

This package is auto-updated.

Last update: 2024-09-11 13:56:26 UTC


README

在PHP中实例化对象

Build Status

安装

composer install mrkrstphr/instantiator

使用

使用参数实例化对象

$instantiator = new mrkrstphr\Instantiator();
$object = $instantiator->instantiate('\DateTime', ['time' => '2016-04-01']);