Zebra\Zpl\Builder::start PHP Method

start() public static method

Create a new instance statically.
public static start ( ) : self
return self
    public static function start()
    {
        return new static();
    }