BuildUtil

A utility class for builder class.
Methods Summary
public static
# build( object|null $builder = NULL, string|null $buiildMethod = 'build' )
Execute build method and return result.
public static
# removeNullElements( array $ary )
Remove null elements from array.