FluidXml\NewableTrait::new_ PHP Method

new_() public static method

it is shadowed by the __callStatic() method.
public static new_ ( $arguments )
    public static function new_(...$arguments)
    {
        return new static(...$arguments);
    }
NewableTrait