Pimcore\Model\Object\KeyValue\GroupConfig::create PHP 메소드

create() 공개 정적인 메소드

public static create ( ) : GroupConfig
리턴 GroupConfig
    public static function create()
    {
        $config = new self();
        $config->save();
        return $config;
    }