Sulu\Component\SmartContent\Configuration\Builder::create PHP Метод

create() публичный статический Метод

Returns new builder instance.
public static create ( ) : Sulu\Component\SmartContent\Configuration\BuilderInterface
Результат Sulu\Component\SmartContent\Configuration\BuilderInterface
    public static function create()
    {
        return new self();
    }

Usage Example

Пример #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