FluidTYPO3\Flux\Provider\AbstractProvider::getCurrentValuePointerName PHP 메소드

getCurrentValuePointerName() 보호된 메소드

Gets the pointer name to use whne retrieving values from a flexform source. Return NULL when pointer is default.
protected getCurrentValuePointerName ( ) : string | null
리턴 string | null
    protected function getCurrentValuePointerName()
    {
        return $this->getCurrentLanguageName();
    }