FluidTYPO3\Flux\Provider\AbstractProvider::trackMethodCall PHP Méthode

trackMethodCall() public méthode

Every provider should only be called once per method / $id / command. When TceMain has called the provider it will call this method afterwards.
public trackMethodCall ( string $methodName, mixed $id, $command = '' ) : void
$methodName string
$id mixed
Résultat void
    public function trackMethodCall($methodName, $id, $command = '')
    {
        self::trackMethodCallWithClassName(get_called_class(), $methodName, $id, $command);
    }