Sulu\Component\SmartContent\Configuration\Builder::create PHP Method

create() public static method

Returns new builder instance.
public static create ( ) : Sulu\Component\SmartContent\Configuration\BuilderInterface
return Sulu\Component\SmartContent\Configuration\BuilderInterface
    public static function create()
    {
        return new self();
    }

Usage Example

Ejemplo n.º 1
0
 /**
  * Creates a new configuration object.
  *
  * @return BuilderInterface
  */
 protected static function createConfigurationBuilder()
 {
     return Builder::create();
 }
All Usage Examples Of Sulu\Component\SmartContent\Configuration\Builder::create