In general, the case sensitive variant is used everywhere in Flow,
however there might be special situations in which the
case sensitive name is not available. This method helps you in these
rare cases.
public getCaseSensitiveObjectName ( string $caseInsensitiveObjectName ) : mixed | ||
$caseInsensitiveObjectName | string | The object name in lower-, upper- or mixed case |
리턴 | mixed | Either the mixed case object name or FALSE if no object of that name was found. |