Flow PHP

RenameCaseEntryStrategy implements RenameEntryStrategy

Read onlyYes
FinalYes

Interfaces

RenameEntryStrategy

Methods

__construct()  : mixed
renames()  : array<string|int, string>

Methods

renames()

public renames(Schema $schema) : array<string|int, string>
Parameters
$schema : Schema
Return values
array<string|int, string>

map of current_name => new_name; PHP casts a numeric name to an int key, empty when nothing is renamed

On this page

Search results