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

コード例 #1
0
ファイル: BaseDataProvider.php プロジェクト: Silwereth/sulu
 /**
  * Creates a new configuration object.
  *
  * @return BuilderInterface
  */
 protected static function createConfigurationBuilder()
 {
     return Builder::create();
 }
All Usage Examples Of Sulu\Component\SmartContent\Configuration\Builder::create