AdamWathan\Form\Binding\BoundData::transformKey PHP Méthode

transformKey() protected méthode

protected transformKey ( $key )
    protected function transformKey($key)
    {
        return str_replace(['[]', '[', ']'], ['', '.', ''], $key);
    }