Storm\Drivers\Base\Object\Construction\BlankInstance::ConstructFrom PHP Метод

ConstructFrom() защищенный Метод

protected ConstructFrom ( ReflectionClass $Reflection )
$Reflection ReflectionClass
    protected function ConstructFrom(\ReflectionClass $Reflection)
    {
        return $Reflection->newInstanceWithoutConstructor();
    }
BlankInstance